org.powermock.tests.utils
Interface TestClassesExtractor
- All Known Implementing Classes:
- AbstractTestClassExtractor, PrepareForTestExtractorImpl, StaticConstructorSuppressExtractorImpl
public interface TestClassesExtractor
getTestClasses
String[] getTestClasses(AnnotatedElement element)
- Returns:
- Returns
null if the element was not annotated, an
empty String[] if it is annotated but contains no classes, or a
string-array of all class names if interest.
isPrepared
boolean isPrepared(AnnotatedElement element,
String fullyQualifiedClassName)
Copyright © 2007-2013. All Rights Reserved.