Constructor and Description |
---|
TestsToRun(List<Class> locatedClasses)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowEagerReading() |
boolean |
containsAtLeast(int atLeast) |
boolean |
containsExactly(int items) |
static TestsToRun |
fromClass(Class clazz) |
Class |
getClassByName(String className)
Get test class which matches className
|
Class[] |
getLocatedClasses() |
Iterator<Class> |
iterator()
Returns an iterator over the located java.lang.Class objects
|
String |
toString() |
public static TestsToRun fromClass(Class clazz) throws TestSetFailedException
TestSetFailedException
public Iterator<Class> iterator()
public boolean containsAtLeast(int atLeast)
public boolean containsExactly(int items)
public boolean allowEagerReading()
true
, if the classes may be read eagerly. false
,
if the classes must only be read lazy.public Class[] getLocatedClasses()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.