Klasse ExtendedContainerMediator<E>
java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<Iterable<E>>
ch.nolix.core.errorcontrol.validator.ContainerMediator<E>
ch.nolix.core.errorcontrol.validator.ExtendedContainerMediator<E>
- Typparameter:
E- is the type of the elements of the argument of an extended container mediator.
An extended container mediator is not mutable.
- Version:
- 2017-11-12
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final Stringfinal ContainerMediator<E> thatIsInstanceOf(Class<?> type) thatIsNamed(String argumentName) Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.ContainerMediator
contains, contains, containsAll, containsAll, containsAsManyElementsAs, containsAsManyElementsAs, containsExactly, containsExactlyEqualing, containsExactlyEqualing, containsExactlyInSameOrder, containsExactlyInSameOrder, containsExactlyInSameOrder, containsOnce, hasElementCount, hasSameSizeAs, isEmpty, isNotEmptyVon Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.ArgumentMediator
fulfills, getStoredArgument, hasSameStringRepresentationAs, hasStringRepresentation, is, isEqualTo, isNot, isNotEqualTo, isNotNull, isNull, isOfType
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
thatIsInstanceOf
- Parameter:
type-- Gibt zurück:
- a new container mediator for the argument of this extended container mediator.
-
thatIsNamed
- Parameter:
argumentName-- Gibt zurück:
- a new container mediator with the given argument name for the argument of this extended container mediator.
- Löst aus:
ArgumentIsNullException- if the given argument name is null.EmptyArgumentException- if the given argument name is empty.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator.
-