Package io.quarkus.dev.testing.results
Interface TestClassResultInterface
- All Superinterfaces:
Comparable<TestClassResultInterface>
-
Method Summary
-
Method Details
-
getClassName
String getClassName() -
getResults
List<? extends TestResultInterface> getResults() -
compareTo
- Specified by:
compareToin interfaceComparable<TestClassResultInterface>
-