public class TestsToRun extends Object
| Constructor and Description |
|---|
TestsToRun(List locatedClasses)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowEagerReading() |
boolean |
containsAtLeast(int atLeast) |
boolean |
containsExactly(int items) |
static TestsToRun |
fromClass(Class clazz) |
Class[] |
getLocatedClasses() |
Iterator |
iterator()
Returns an iterator over the located java.lang.Class objects
|
String |
toString() |
public TestsToRun(List locatedClasses)
locatedClasses - A list of java.lang.Class objects representing tests to runpublic static TestsToRun fromClass(Class clazz) throws TestSetFailedException
TestSetFailedExceptionpublic Iterator 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-2013 The Apache Software Foundation. All Rights Reserved.