Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/alwaysrun/
DAlwaysRunTest.java41 testng.setTestClasses(new Class[] { AlwaysRunBefore1.class }); in withoutAlwaysRunBefore()
45 assertTrue(AlwaysRunBefore1.success(), "before alwaysRun methods should have been run"); in withoutAlwaysRunBefore()
DAlwaysRunBefore1.java17 public class AlwaysRunBefore1 { class