Constructor and Description |
---|
TestsToRun(Set<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() |
boolean |
isFinished() |
Iterator<Class<?>> |
iterated() |
Iterator<Class<?>> |
iterator()
Returns an iterator over the located java.lang.Class objects
|
void |
markTestSetFinished() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static TestsToRun fromClass(Class<?> clazz) throws TestSetFailedException
TestSetFailedException
public Iterator<Class<?>> iterated()
iterator()
.public Iterator<Class<?>> iterator()
public final void markTestSetFinished()
public final boolean isFinished()
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–2024 The Apache Software Foundation. All rights reserved.