Class DefaultScanResult
java.lang.Object
org.apache.maven.surefire.api.util.DefaultScanResult
- All Implemented Interfaces:
 ScanResult
- Author:
 - Kristian Rosenvold
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionappend(DefaultScanResult other) applyFilter(ScannerFilter scannerFilter, ClassLoader testClassLoader) static DefaultScanResultgetClassesSkippedByValidation(ScannerFilter scannerFilter, ClassLoader testClassLoader) getClassName(int index) booleanisEmpty()intsize()void 
- 
Constructor Details
- 
DefaultScanResult
 
 - 
 - 
Method Details
- 
size
public int size()- Specified by:
 sizein interfaceScanResult
 - 
getClassName
- Specified by:
 getClassNamein interfaceScanResult
 - 
writeTo
- Specified by:
 writeToin interfaceScanResult
 - 
from
 - 
isEmpty
public boolean isEmpty() - 
getClasses
 - 
applyFilter
- Specified by:
 applyFilterin interfaceScanResult
 - 
getClassesSkippedByValidation
public List<Class<?>> getClassesSkippedByValidation(ScannerFilter scannerFilter, ClassLoader testClassLoader) - Specified by:
 getClassesSkippedByValidationin interfaceScanResult
 - 
append
 
 -