Home
last modified time | relevance | path

Searched refs:AlwaysRunAfter2 (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/alwaysrun/
DAlwaysRunTest.java30 testng.setTestClasses(new Class[] { AlwaysRunAfter2.class }); in withoutAlwaysRunAfter()
33 assertTrue(AlwaysRunAfter2.success(), "afterTestMethod should not have run"); in withoutAlwaysRunAfter()
DAlwaysRunAfter2.java6 public class AlwaysRunAfter2 { class