Searched refs:AlwaysRunBefore1 (Results 1 – 2 of 2) sorted by relevance
41 testng.setTestClasses(new Class[] { AlwaysRunBefore1.class }); in withoutAlwaysRunBefore()45 assertTrue(AlwaysRunBefore1.success(), "before alwaysRun methods should have been run"); in withoutAlwaysRunBefore()
17 public class AlwaysRunBefore1 { class