Lines Matching refs:passed
30 String[] passed = { in methodsThatStartWithTest() local
36 verifyTests("Passed", passed, getPassedTests()); in methodsThatStartWithTest()
44 String[] passed = { in methodsWithSetup() local
50 verifyTests("Passed", passed, getPassedTests()); in methodsWithSetup()
58 String[] passed = { in testSuite() local
65 verifyTests("Passed", passed, getPassedTests()); in testSuite()
73 String[] passed = { in testNewInstance() local
79 verifyTests("Passed", passed, getPassedTests()); in testNewInstance()
87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
95 verifyTests("Passed", passed, getPassedTests()); in setUpFailingShouldCauseMethodsToBeSkipped()
105 String[] passed = { in setNameShouldBeInvoked() local
112 verifyTests("Passed", passed, getPassedTests()); in setNameShouldBeInvoked()
128 String[] passed = { in testAbstract() local
134 verifyTests("Passed", passed, getPassedTests()); in testAbstract()