Searched refs:getInvocationCount (Results 1 - 18 of 18) sorted by relevance

/external/proguard/src/proguard/optimize/info/
H A DMethodInvocationMarker.java101 public static int getInvocationCount(Method method) method in class:MethodInvocationMarker
104 return info != null ? info.getInvocationCount() :
H A DMethodOptimizationInfo.java200 public int getInvocationCount() method in class:MethodOptimizationInfo
/external/testng/src/main/java/org/testng/annotations/
H A DITestAnnotation.java17 public int getInvocationCount(); method in interface:ITestAnnotation
/external/testng/src/main/java/org/testng/internal/
H A DInvokeMethodRunnable.java39 for (int i = 0; i < m_method.getInvocationCount(); i++) {
H A DTestNGMethod.java58 public int getInvocationCount() { method in class:TestNGMethod
107 setInvocationCount(testAnnotation.getInvocationCount());
108 m_totalInvocationCount = testAnnotation.getInvocationCount();
197 clone.setInvocationCount(getInvocationCount());
H A DConfigurationGroupMethods.java64 if(invocationCount < (method.getInvocationCount() * method.getParameterInvocationCount())) {
H A DTestMethodWithDataProviderMethodWorker.java142 public int getInvocationCount() { method in class:TestMethodWithDataProviderMethodWorker
H A DClonedMethod.java108 public int getInvocationCount() { method in class:ClonedMethod
H A DInvoker.java1048 if (testMethod.getInvocationCount() > 1 && testMethod.getThreadPoolSize() > 1) {
1057 int invocationCount = onlyOne ? 1 : testMethod.getInvocationCount();
1316 for (int i = 0; i < testMethod.getInvocationCount(); i++) {
1591 int invocationCount= testMethod.getInvocationCount();
H A DBaseTestMethod.java327 public int getInvocationCount() { method in class:BaseTestMethod
/external/testng/src/main/java/org/testng/
H A DITestNGMethod.java164 int getInvocationCount(); method in interface:ITestNGMethod
171 * {@link org.testng.ITestNGMethod#getInvocationCount()} would always return 1.
/external/testng/src/main/java/org/testng/reporters/
H A DVerboseReporter.java233 if (tm.getInvocationCount() > 1) {
237 sb.append(tm.getInvocationCount());
244 if (!isConfMethod && tm.getInvocationCount() > 1) {
/external/testng/src/main/java/org/testng/internal/annotations/
H A DTestAnnotation.java89 public int getInvocationCount() { method in class:TestAnnotation
/external/testng/src/test/java/test/mannotation/
H A DMAnnotationSampleTest.java42 Assert.assertEquals(test1.getInvocationCount(), 43);
56 Assert.assertEquals(test2.getInvocationCount(), 1);
75 Assert.assertEquals(test1.getInvocationCount(), 143);
99 Assert.assertEquals(test1.getInvocationCount(), 243);
/external/testng/src/main/java/org/testng/remote/strprotocol/
H A DTestResultMessage.java118 result.getMethod().getInvocationCount(),
419 public int getInvocationCount() { method in class:TestResultMessage
/external/testng/src/test/java/org/testng/internal/
H A DMethodInstanceTest.java404 public int getInvocationCount() { method in class:MethodInstanceTest.TestNGMethodStub
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java217 MethodInvocationMarker.getInvocationCount(method) == 1 :
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 531 milliseconds