Searched refs:MethodsSuite (Results 1 - 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
H A DSuiteGenerator.java69 return new LaunchSuite.MethodsSuite(projectName, classNames.iterator().next(), methodNames,
H A DLaunchSuite.java226 * A <code>MethodsSuite</code> is a suite made up of methods.
228 static class MethodsSuite extends CustomizedSuite { class in class:LaunchSuite
234 * Constructs a <code>MethodsSuite</code> TODO cquezel JavaDoc.
243 MethodsSuite(final String projectName, method in class:LaunchSuite.MethodsSuite

Completed in 77 milliseconds