Home
last modified time | relevance | path

Searched refs:testConstructor (Results 1 – 25 of 210) sorted by relevance

123456789

/external/testng/src/test/java/test/annotationtransformer/
DMyParamTransformer.java15 Constructor testConstructor, Method testMethod) { in transform() argument
16 if (!onlyOneNonNull(testClass, testConstructor, testMethod)) { in transform()
21 …public static boolean onlyOneNonNull(Class testClass, Constructor testConstructor, Method testMeth… in onlyOneNonNull() argument
22 return ((testClass != null && testConstructor == null && testMethod == null) || in onlyOneNonNull()
23 (testClass == null && testConstructor != null && testMethod == null) || in onlyOneNonNull()
24 (testClass == null && testConstructor == null && testMethod != null) ); in onlyOneNonNull()
DDataProviderTransformer.java16 Constructor testConstructor, Method testMethod) in transform() argument
27 Constructor testConstructor, Method testMethod) in transform() argument
DFactoryTransformer.java16 Constructor testConstructor, Method testMethod) in transform() argument
26 Constructor testConstructor, Method testMethod) in transform() argument
DConfigurationTransformer.java16 Constructor testConstructor, Method testMethod) in transform() argument
22 Constructor testConstructor, Method testMethod) in transform() argument
DMyListenerTransformer.java22 Constructor testConstructor, Method testMethod) {} in transform() argument
31 public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, in transform() argument
DMyTimeOutTransformer.java13 Constructor testConstructor, Method testMethod) in transform() argument
DAnnotationTransformerInTestngXml.java17 Constructor testConstructor, Method testMethod) { in transform() argument
DAnnotationTransformerInvocationCountTest.java22 Constructor testConstructor, Method testMethod) { in transform() argument
DMyTransformer.java17 Constructor testConstructor, Method testMethod) { in transform() argument
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15AnnotationFinder.java138 Constructor<?> testConstructor, Method testMethod) { in transform() argument
143 m_transformer.transform((ITestAnnotation) a, testClass, testConstructor, testMethod); in transform() local
154 transformer2.transform(configuration,testClass, testConstructor, testMethod); in transform()
210 Constructor<?> testConstructor, Method testMethod, Pair<Annotation, ?> p) { in findAnnotation() argument
219 transform(result, testClass, testConstructor, testMethod); in findAnnotation()
DDefaultAnnotationTransformer.java15 Constructor testConstructor, Method testMethod) in transform() argument
/external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/
DCtsWidgetTestCases.txt59 …47 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsListViewTest#testConstructor)
60 … D/ModuleListener: ModuleListener.testEnded(android.widget.cts.AbsListViewTest#testConstructor, {})
61 …getTestCases chromeos2-row4-rack6-host8:22] android.widget.cts.AbsListViewTest#testConstructor pass
131 …:01 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsSeekBarTest#testConstructor)
132 …1 D/ModuleListener: ModuleListener.testEnded(android.widget.cts.AbsSeekBarTest#testConstructor, {})
133 …dgetTestCases chromeos2-row4-rack6-host8:22] android.widget.cts.AbsSeekBarTest#testConstructor pass
158 …:05 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsSpinnerTest#testConstructor)
159 …5 D/ModuleListener: ModuleListener.testEnded(android.widget.cts.AbsSpinnerTest#testConstructor, {})
160 …dgetTestCases chromeos2-row4-rack6-host8:22] android.widget.cts.AbsSpinnerTest#testConstructor pass
191 …D/ModuleListener: ModuleListener.testStarted(android.widget.cts.AbsoluteLayoutTest#testConstructor)
[all …]
DCtsViewTestCases.txt20 …stener.testStarted(android.view.animation.cts.AccelerateDecelerateInterpolatorTest#testConstructor)
21 …ener.testEnded(android.view.animation.cts.AccelerateDecelerateInterpolatorTest#testConstructor, {})
22 …ck8-host12:22] android.view.animation.cts.AccelerateDecelerateInterpolatorTest#testConstructor pass
29 …: ModuleListener.testStarted(android.view.animation.cts.AccelerateInterpolatorTest#testConstructor)
30 …ModuleListener.testEnded(android.view.animation.cts.AccelerateInterpolatorTest#testConstructor, {})
31 …s2-row4-rack8-host12:22] android.view.animation.cts.AccelerateInterpolatorTest#testConstructor pass
38 …Listener: ModuleListener.testStarted(android.view.animation.cts.AlphaAnimationTest#testConstructor)
39 …stener: ModuleListener.testEnded(android.view.animation.cts.AlphaAnimationTest#testConstructor, {})
40 … chromeos2-row4-rack8-host12:22] android.view.animation.cts.AlphaAnimationTest#testConstructor pass
68 …leListener: ModuleListener.testStarted(android.view.animation.cts.AnimationSetTest#testConstructor)
[all …]
/external/testng/src/main/java/org/testng/
DIAnnotationTransformer.java29 Constructor testConstructor, Method testMethod); in transform() argument
DIAnnotationTransformer2.java31 Constructor testConstructor, Method testMethod); in transform() argument
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DRowSetEventTest.java25 public void testConstructor() { in testConstructor() method in RowSetEventTest
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
DLdcInsnNodeTest.java43 void testConstructor() { in testConstructor() method in LdcInsnNodeTest
DIincInsnNodeTest.java43 void testConstructor() { in testConstructor() method in IincInsnNodeTest
DMultiANewArrayInsnNodeTest.java43 void testConstructor() { in testConstructor() method in MultiANewArrayInsnNodeTest
DLineNumberNodeTest.java43 void testConstructor() { in testConstructor() method in LineNumberNodeTest
DInsnNodeTest.java44 void testConstructor() { in testConstructor() method in InsnNodeTest
DRecordComponentNodeTest.java45 void testConstructor() { in testConstructor() method in RecordComponentNodeTest
DLabelNodeTest.java45 void testConstructor() { in testConstructor() method in LabelNodeTest
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativePathEffectTest.java16 public void testConstructor() { in testConstructor() method in ShadowNativePathEffectTest
DShadowNativeMaskFilterTest.java15 public void testConstructor() { in testConstructor() method in ShadowNativeMaskFilterTest

123456789