*/
public class SvgTestDocGeneratorTest extends AbstractTestNGUnitTest {
@BeforeClass
public void createSampleTest() {
TestCaseCreator creator = TestCaseCreator.build()
.withAuthor("Christoph")
.withDescription("This is a sample test")
.withName("SampleTest")
.usePackage("com.consol.citrus.sample")
.withFramework(UnitFramework.TESTNG);
creator.createTestCase();
}