use of org.thymeleaf.testing.templateengine.engine.TestExecutor in project thymeleaf-tests by thymeleaf.
the class DataPrefixAttrProcessorsTest method testUnless.
@Test
public void testUnless() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.execute("classpath:templateengine/dataprefix/attrprocessors/unless");
Assert.assertTrue(executor.isAllOK());
}
use of org.thymeleaf.testing.templateengine.engine.TestExecutor in project thymeleaf-tests by thymeleaf.
the class DataPrefixAttrProcessorsTest method testObject.
@Test
public void testObject() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.execute("classpath:templateengine/dataprefix/attrprocessors/object");
Assert.assertTrue(executor.isAllOK());
}
use of org.thymeleaf.testing.templateengine.engine.TestExecutor in project thymeleaf-tests by thymeleaf.
the class DataPrefixAttrProcessorsTest method testSubstituteby.
@Test
public void testSubstituteby() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.execute("classpath:templateengine/dataprefix/attrprocessors/substituteby");
Assert.assertTrue(executor.isAllOK());
}
use of org.thymeleaf.testing.templateengine.engine.TestExecutor in project thymeleaf-tests by thymeleaf.
the class DataPrefixAttrProcessorsTest method testDoubleValue.
@Test
public void testDoubleValue() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.execute("classpath:templateengine/dataprefix/attrprocessors/doublevalue");
Assert.assertTrue(executor.isAllOK());
}
use of org.thymeleaf.testing.templateengine.engine.TestExecutor in project thymeleaf-tests by thymeleaf.
the class DataPrefixAttrProcessorsTest method testInline.
@Test
public void testInline() throws Exception {
final TestExecutor executor = TestExecutorFactory.createTestExecutor();
executor.execute("classpath:templateengine/dataprefix/attrprocessors/inline");
Assert.assertTrue(executor.isAllOK());
}
Aggregations