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 BooleanMediatorexpect(boolean argument) protected static final ByteMediatorexpect(byte argument) protected static final DoubleMediatorexpect(double argument) protected static final LongMediatorexpect(int argument) protected static final LongMediatorexpect(long argument) protected static final DoubleMediatorprotected static final LongMediatorprotected static final <E> IterableMediator<E> protected static final LongMediatorprotected static final StringMediatorprotected static final <T> IOptionalMediatorprotected static final <V> ArgumentMediator<V> expect(V argument) protected static final ClosureMediatorexpectRunning(Runnable closure) protected static final MultiDoubleMediatorexpectTheDoubles(double... arguments) protected static final MultiDoubleMediatorexpectTheDoubles(Iterable<Double> arguments) protected static final MultiLongMediatorexpectTheInts(int argument, int... arguments) protected static final MultiLongMediatorexpectTheLongs(long argument, long... arguments) protected static final MultiLongMediatorexpectTheLongs(Iterable<Long> arguments)
-
Konstruktordetails
-
StandardTest
public StandardTest()
-
-
Methodendetails
-
expect
- Parameter:
argument-- Gibt zurück:
- a new
BooleanMediatorfor the given argument.
-
expect
- Parameter:
argument-- Gibt zurück:
- a new
ByteMediatorfor 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 givenOptionalargument.- Parameter:
argument-- Gibt zurück:
- a new
IOptionalMediatorfor 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.
-