Searched refs:AlwaysRunAfter2 (Results 1 – 2 of 2) sorted by relevance
30 testng.setTestClasses(new Class[] { AlwaysRunAfter2.class }); in withoutAlwaysRunAfter()33 assertTrue(AlwaysRunAfter2.success(), "afterTestMethod should not have run"); in withoutAlwaysRunAfter()
6 public class AlwaysRunAfter2 { class