Class DefaultScanResult
java.lang.Object
org.apache.maven.surefire.api.util.DefaultScanResult
- All Implemented Interfaces:
ScanResult
- Author:
- Kristian Rosenvold
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(DefaultScanResult other) applyFilter
(ScannerFilter scannerFilter, ClassLoader testClassLoader) static DefaultScanResult
getClassesSkippedByValidation
(ScannerFilter scannerFilter, ClassLoader testClassLoader) getClassName
(int index) boolean
isEmpty()
int
size()
void
-
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
-
append
-