|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FixtureResults
Represents the fixture results of the execution of all the test case methods in a test fixture class.
i.e. zero or many sequentially ordered instances of FixtureResult.
FixtureResult,
FixturesRunner| Method Summary | |
|---|---|
FixtureResult |
get(int index)
Returns the fixture result at the given index. |
ListIterator<FixtureResult> |
listIterator()
Returns a List iterator to iterate over the fixture results. |
ListIterator<FixtureResult> |
listIterator(int index)
Returns a List iterator to iterate over the fixture results from the given index. |
int |
size()
Returns the number of fixture results that the fixture result contains. |
FixtureResult[] |
toArray()
Returns the fixture results as an array. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
FixtureResult get(int index)
throws IndexOutOfBoundsException
index - The index of the fixture result to return.
IndexOutOfBoundsException - If there isn't a fixture result at the given index.ListIterator<FixtureResult> listIterator()
ListIterator<FixtureResult> listIterator(int index)
throws IndexOutOfBoundsException
index - The index from which to obtain a List iterator for.
IndexOutOfBoundsException - If there isn't a fixture result to start iterating from at the given index.int size()
FixtureResult[] toArray()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||