com.consol.citrus.util.java-testng-template.txt Maven / Gradle / Ivy
package @test.package@;
import org.testng.annotations.Test;
import com.consol.citrus.annotations.CitrusXmlTest;
import com.consol.citrus.testng.AbstractTestNGCitrusTest;
/**
* @test.description@
*
* \@author @test.author@
* \@since @test.creation.date@
*/
\@Test
public class @test.name@ extends AbstractTestNGCitrusTest {
\@CitrusXmlTest(name = "@test.name@")
public void @test.method.name@() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy