HomeSort by relevance Sort by last modified time
    Searched refs:testAnnotation (Results 1 - 9 of 9) sorted by null

  /external/testng/src/main/java/org/testng/internal/
TestNGMethod.java 95 ITestAnnotation testAnnotation =
98 if (testAnnotation == null) {
100 testAnnotation = AnnotationHelper.findTest(getAnnotationFinder(), m_method.getDeclaringClass());
103 if (null != testAnnotation) {
104 setTimeOut(testAnnotation.getTimeOut());
105 m_successPercentage = testAnnotation.getSuccessPercentage();
107 setInvocationCount(testAnnotation.getInvocationCount());
108 m_totalInvocationCount = testAnnotation.getInvocationCount();
109 setThreadPoolSize(testAnnotation.getThreadPoolSize());
110 setAlwaysRun(testAnnotation.getAlwaysRun());
    [all...]
RegexpExpectedExceptionsHolder.java 58 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class);
59 if (testAnnotation != null) {
60 return testAnnotation.getExpectedExceptionsMessageRegExp();
ExpectedExceptionsHolder.java 35 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class);
36 if (testAnnotation != null) {
37 return testAnnotation.getExpectedExceptions();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AnnotationTest.java 26 public void testAnnotation() {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
Test.java 34 public void testAnnotation() throws Exception {
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 225 Test testAnnotation;
227 testAnnotation = cm.getMethod().getAnnotation(Test.class);
228 if (testAnnotation != null) {
229 String dataProvider = testAnnotation.dataProvider();
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
ProvidesIntoTest.java 49 public void testAnnotation() throws Exception {
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 111 milliseconds