Improved and fixed old tests

This commit is contained in:
Marcin Ziąbek
2021-09-30 22:48:39 +02:00
parent 7b81e61840
commit 26335faa97
4 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -23,12 +23,13 @@ namespace QuestPDF.Examples
public class FrameExample
{
[Test]
public void Frame(IContainer container)
public void Frame()
{
RenderingTest
.Create()
.PageSize(550, 400)
.FileName()
.ShowResults()
.Render(container =>
{
container