All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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