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