Class DefaultScanResult
java.lang.Object
org.apache.maven.surefire.api.util.DefaultScanResult
- All Implemented Interfaces:
ScanResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(DefaultScanResult other) applyFilter
(ScannerFilter scannerFilter, ClassLoader testClassLoader) static DefaultScanResult
getClassesSkippedByValidation
(ScannerFilter scannerFilter, ClassLoader testClassLoader) getClassName
(int index) boolean
isEmpty()
private static Class<?>
loadClass
(ClassLoader classLoader, String className) int
size()
void
-
Field Details
-
classes
-
SCAN_RESULT_NUMBER
- See Also:
-
-
Constructor Details
-
DefaultScanResult
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceScanResult
-
getClassName
- Specified by:
getClassName
in interfaceScanResult
-
writeTo
- Specified by:
writeTo
in interfaceScanResult
-
from
-
isEmpty
public boolean isEmpty() -
getClasses
-
applyFilter
- Specified by:
applyFilter
in interfaceScanResult
-
getClassesSkippedByValidation
public List<Class<?>> getClassesSkippedByValidation(ScannerFilter scannerFilter, ClassLoader testClassLoader) - Specified by:
getClassesSkippedByValidation
in interfaceScanResult
-
loadClass
-
append
-