Home
last modified time | relevance | path

Searched refs:getInvocationCount (Results 1 – 17 of 17) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DTestNGMethod.java58 public int getInvocationCount() { in getInvocationCount() method in TestNGMethod
107 setInvocationCount(testAnnotation.getInvocationCount()); in init()
108 m_totalInvocationCount = testAnnotation.getInvocationCount(); in init()
197 clone.setInvocationCount(getInvocationCount()); in clone()
DInvokeMethodRunnable.java39 for (int i = 0; i < m_method.getInvocationCount(); i++) { in run()
DConfigurationGroupMethods.java64 if(invocationCount < (method.getInvocationCount() * method.getParameterInvocationCount())) { in isLastMethodForGroup()
DTestMethodWithDataProviderMethodWorker.java142 public int getInvocationCount() { in getInvocationCount() method in TestMethodWithDataProviderMethodWorker
DClonedMethod.java108 public int getInvocationCount() { in getInvocationCount() method in ClonedMethod
DInvoker.java1048 if (testMethod.getInvocationCount() > 1 && testMethod.getThreadPoolSize() > 1) { in invokeTestMethods()
1057 int invocationCount = onlyOne ? 1 : testMethod.getInvocationCount(); in invokeTestMethods()
1316 for (int i = 0; i < testMethod.getInvocationCount(); i++) { in invokePooledTestMethods()
1591 int invocationCount= testMethod.getInvocationCount(); in handleException()
DBaseTestMethod.java327 public int getInvocationCount() { in getInvocationCount() method in BaseTestMethod
/external/proguard/src/proguard/optimize/info/
DMethodInvocationMarker.java101 public static int getInvocationCount(Method method) in getInvocationCount() method in MethodInvocationMarker
104 return info != null ? info.getInvocationCount() : in getInvocationCount()
DMethodOptimizationInfo.java200 public int getInvocationCount() in getInvocationCount() method in MethodOptimizationInfo
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java42 Assert.assertEquals(test1.getInvocationCount(), 43); in verifyTestClassLevel()
56 Assert.assertEquals(test2.getInvocationCount(), 1); in verifyTestClassLevel()
75 Assert.assertEquals(test1.getInvocationCount(), 143); in verifyTestMethodLevel()
99 Assert.assertEquals(test1.getInvocationCount(), 243); in verifyTestConstructorLevel()
/external/testng/src/main/java/org/testng/reporters/
DVerboseReporter.java233 if (tm.getInvocationCount() > 1) { in logTestResult()
237 sb.append(tm.getInvocationCount()); in logTestResult()
244 if (!isConfMethod && tm.getInvocationCount() > 1) { in logTestResult()
/external/testng/src/main/java/org/testng/annotations/
DITestAnnotation.java17 public int getInvocationCount(); in getInvocationCount() method
/external/testng/src/main/java/org/testng/
DITestNGMethod.java164 int getInvocationCount(); in getInvocationCount() method
/external/testng/src/main/java/org/testng/internal/annotations/
DTestAnnotation.java89 public int getInvocationCount() { in getInvocationCount() method in TestAnnotation
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java118 result.getMethod().getInvocationCount(), in TestResultMessage()
419 public int getInvocationCount() { in getInvocationCount() method in TestResultMessage
/external/testng/src/test/java/org/testng/internal/
DMethodInstanceTest.java404 public int getInvocationCount() { in getInvocationCount() method in MethodInstanceTest.TestNGMethodStub
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java217 MethodInvocationMarker.getInvocationCount(method) == 1 : in visitCodeAttribute0()