MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / getClasses

Method getClasses

src/test/java/RtgTestEntry.java:214–217  ·  view source on GitHub ↗

@return an array of all the test classes in the classpath

()

Source from the content-addressed store, hash-verified

212 * @return an array of all the test classes in the classpath
213 */
214 public static Class<?>[] getClasses() {
215 final List<Class<?>> testClasses = new ClassPathSuite().getTestClasses();
216 return testClasses.toArray(new Class<?>[0]);
217 }
218
219}

Callers 3

AllTestsMethod · 0.95
mainMethod · 0.95
testMethod · 0.45

Calls 1

getTestClassesMethod · 0.80

Tested by

no test coverage detected