Home
last modified time | relevance | path

Searched defs:passed (Results 1 – 25 of 97) sorted by relevance

1234

/external/testng/src/test/java/test/
DJUnitTest1.java30 String[] passed = { in methodsThatStartWithTest() local
44 String[] passed = { in methodsWithSetup() local
58 String[] passed = { in testSuite() local
73 String[] passed = { in testNewInstance() local
87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
105 String[] passed = { in setNameShouldBeInvoked() local
128 String[] passed = { in testAbstract() local
DTest1.java25 String[] passed = { in includedGroups() local
45 String passed[] = { in groupsOfGroupsSimple() local
68 String[] passed = { in groupsOfGroupsWithIndirections() local
85 String[] passed = { in groupsOfGroupsWithCycle() local
98 String passed[] = { in excludedGroups() local
116 String passed[] = { in regexp() local
DJUnit4Test.java27 String[] passed = JUnit4Sample2.EXPECTED; in testTests() local
42 String[] passed = JUnit4SampleSuite.EXPECTED; in testSuite() local
57 String[] passed = JUnit4Child.EXPECTED; in testSuiteInheritance() local
73 String[] passed = {"t1", "t1"}; in testTestInheritance() local
88 String[] passed = JUnit4ParameterizedTest.EXPECTED; in testTestParameterized() local
DMethodTest.java17 String[] passed = { in includeMethodsOnly() local
32 String[] passed = { in excludeMethodsOnly() local
47 String[] passed = { in excludePackage() local
DInvocationAndSuccessPercentageTest.java17 String[] passed = { in invocationCount() local
44 String[] passed = { in successPercentageThatSucceeds() local
75 String[] passed = { in successPercentageThatFails() local
DTest2.java33 String[] passed = { in noGroups() local
57 String[] passed = { in partialGroupsClass() local
77 String[] passed = { in partialGroupsMethod() local
DCommandLineTest.java34 List<ITestResult> passed = tla.getPassedTests(); in junitParsing() local
56 List<ITestResult> passed = tla.getPassedTests(); in junitParsing2() local
123 List<ITestResult> passed = tla.getPassedTests(); in testMethodParameter() local
DMisc.java18 String[] passed = { in makeSureSetUpWithParameterWithNoParametersFails() local
/external/testng/src/test/java/test/pkg/
DPackageTest.java22 String[] passed = { in stringSingle() local
43 String[] passed = { in packageWithRegExp1() local
56 String[] passed = { in packageWithRegExp2() local
69 String[] passed = { in packageWithRegExp3() local
82 String[] passed = { in packageWithRegExp4() local
95 String[] passed = { in packageWithRegExp5() local
/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java56 String[] passed = { in commandLineNegativePriorityAllGroups() local
70 String[] passed = { in commandLineNegativePriorityGroup2() local
85 String[] passed = { in commandLineLessThanPriorityTest1Test() local
100 String[] passed = { in commandLineGreaterThanPriorityTest1Test2() local
114 String[] passed = { in commandLineLessThanPriorityAllTests() local
129 String[] passed = { in commandLineMultipleSelectors() local
143 String[] passed = { in commandLineNoTest1Selector() local
158 String[] passed = { in commandLineTestWithXmlFile() local
DMethodSelectorTest.java14 String[] passed = { in negativePriorityAllGroups() local
28 String[] passed = { in negativePriorityGroup2() local
43 String[] passed = { in lessThanPriorityTest1Test() local
58 String[] passed = { in greaterThanPriorityTest1Test2() local
73 String[] passed = { in lessThanPriorityAllTests() local
/external/testng/src/test/java/test/dependent/
DImplicitGroupInclusionTest.java15 String[] passed = { in verifyImplicitGroupInclusion() local
33 String[] passed = { in verifyImplicitGroupInclusion2() local
51 String[] passed = { in verifyImplicitGroupInclusion4() local
70 String[] passed = { in verifyImplicitGroupInclusion3() local
88 String[] passed = { in verifyImplicitMethodInclusion() local
DDependentTest.java19 String[] passed = {}; in simpleSkip() local
31 String[] passed = { "oneA", "oneB", "secondA", "thirdA", "canBeRunAnytime" }; in dependentMethods() local
43 String[] passed = { "step1", }; in dependentMethodsWithSkip() local
56 String[] passed = { "step1", "step2" }; in dependentMethodsWithNonExistentMethod() local
80 String[] passed = { "init", }; in multipleSkips() local
DDependentAlwaysRunTest.java13 String[] passed = { in verifyDependsOnMethodsAlwaysRun() local
31 String[] passed = { in verifyDependsOnGroups1AlwaysRun() local
49 String[] passed = { in verifyDependsOnGroups2AlwaysRun() local
DMultiGroupTest.java14 String[] passed = { in verifyDependsOnMultiGroups() local
/external/testng/src/test/java/test/superclass/
DMainTest.java13 String[] passed = { in baseMethodIsCalledWithMethodTest() local
26 String[] passed = { in baseMethodIsCalledWithClassTest() local
DTest3.java15 String[] passed = { in shouldExcludeBaseMethods() local
/external/testng/src/test/java/test/parameters/
DParameterTest.java24 String[] passed = { in stringSingle() local
39 String[] passed = { in beforeMethodWithParameters() local
/external/testng/src/test/java/test/dataprovider/
DTestContextTest.java26 private void verify(String groupName, String passed, int passedCount, int failedCount) { in verify()
39 Assert.assertEquals(al.getPassedTests().get(0).getMethod().getMethodName(), passed); in verify() local
DClassTest.java12 String[] passed = { in includeMethodsOnly() local
/external/testng/src/test/java/test/invocationcount/
DFailedInvocationCountTest.java11 int passed, int failed, int skipped) in runTest()
21 Assert.assertEquals(tla.getPassedTests().size(), passed); in runTest() local
/external/testng/src/test/java/test/thread/
DThreadTest.java14 String[] passed = { in timeoutAndInvocationCountShouldFail() local
/external/testng/src/test/java/test/groupbug/
DGroupBugTest.java14 static List<String> passed = Lists.newArrayList(); field in GroupBugTest
/external/testng/src/test/java/test/junit/
DSetUpExceptionTest.java12 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
/external/testng/src/test/java/test/multiple/
DTestMultiple.java15 String[] passed = { in multiple() local

1234