Klasse StandardTest
java.lang.Object
ch.nolix.core.testing.standardtest.StandardTest
- Version:
- 2016-09-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected static final BooleanMediator
expect
(boolean argument) protected static final ByteMediator
expect
(byte argument) protected static final DoubleMediator
expect
(double argument) protected static final LongMediator
expect
(int argument) protected static final LongMediator
expect
(long argument) protected static final DoubleMediator
protected static final LongMediator
protected static final <E> IterableMediator
<E> protected static final LongMediator
protected static final StringMediator
protected static final <T> IOptionalMediator
protected static final <V> ArgumentMediator
<V> expect
(V argument) protected static final ClosureMediator
expectRunning
(Runnable closure) protected static final MultiDoubleMediator
expectTheDoubles
(double... arguments) protected static final MultiDoubleMediator
expectTheDoubles
(Iterable<Double> arguments) protected static final MultiLongMediator
expectTheInts
(int argument, int... arguments) protected static final MultiLongMediator
expectTheLongs
(long argument, long... arguments) protected static final MultiLongMediator
expectTheLongs
(Iterable<Long> arguments)
-
Konstruktordetails
-
StandardTest
public StandardTest()
-
-
Methodendetails
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new
BooleanMediator
for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new
ByteMediator
for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new double mediator that belongs to this test and is for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new double mediator that belongs to this test and is for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new long mediator that belongs to this test and is for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new long mediator that belongs to this test and is for the given argument.
-
expect
- Typparameter:
E
- is the type of the elements of the given container.- Parameter:
container
-- Gibt zurück:
- a new container mediator that belongs to this test and is for the given container.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new long mediator that belongs to this test and is for the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new long mediator that belongs to this test and is for the given argument.
-
expect
- Typparameter:
T
- is the type of the element of the givenOptional
argument.- Parameter:
argument
-- Gibt zurück:
- a new
IOptionalMediator
for the given argument.
-
expect
- Typparameter:
V
- is the type of the given argument.- Parameter:
argument
-- Gibt zurück:
- a new object mediator that belongs to this test and has the given argument.
-
expect
- Parameter:
argument
-- Gibt zurück:
- a new string mediator that belongs to this nolix test and has the given argument.
-
expectRunning
- Parameter:
closure
-- Gibt zurück:
- a new closure mediator that belongs for the given closure.
-
expectTheDoubles
- Parameter:
arguments
-- Gibt zurück:
- a new multi double mediator that belongs to this test and is for the given arguments.
-
expectTheDoubles
- Parameter:
arguments
-- Gibt zurück:
- a new multi double mediator that belongs to this test and is for the given arguments.
-
expectTheInts
- Parameter:
argument
-arguments
-- Gibt zurück:
- a new multi long mediator that belongs to this test and is for the given arguments.
-
expectTheLongs
- Parameter:
arguments
-- Gibt zurück:
- a new long container mediator that belongs to this test and has the given arguments.
-
expectTheLongs
- Parameter:
argument
-arguments
-- Gibt zurück:
- a new long container mediator that belongs to this test and has the given arguments.
-