Home
last modified time | relevance | path

Searched refs:MTest1 (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java34 …ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(MTest1.class, ITestAnnotation.cl… in verifyTestClassLevel()
66 Method method = MTest1.class.getMethod("f", new Class[0]); in verifyTestMethodLevel()
89 Constructor constructor = MTest1.class.getConstructor(new Class[0]); in verifyTestConstructorLevel()
110 Method method = MTest1.class.getMethod("before", new Class[0]); in verifyConfigurationBefore()
135 Method method = MTest1.class.getMethod("after", new Class[0]); in verifyConfigurationAfter()
160 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyConfigurationOthers()
185 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyDataProvider()
194 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyExpectedExceptions()
199 Assert.assertEquals(exceptions.getValue(), new Class[] { MTest1.class, MTest2.class }); in verifyExpectedExceptions()
204 Method method = MTest1.class.getMethod("factory", new Class[0]); in verifyFactory()
[all …]
DMTest1.java26 public class MTest1 { class
34 public MTest1() {} in MTest1() method in MTest1
61 @ExpectedExceptions({MTest1.class, MTest2.class })