12 lines
188 B
C#
12 lines
188 B
C#
using NUnit.Framework;
|
|
using QuestPDF.Elements;
|
|
using QuestPDF.UnitTests.TestEngine;
|
|
|
|
namespace QuestPDF.UnitTests
|
|
{
|
|
[TestFixture]
|
|
public class DebugTests
|
|
{
|
|
|
|
}
|
|
} |