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@() {}
}