Uses of Enum Class
org.qaddict.expectation.iterable.Mode
Packages that use Mode
-
Uses of Mode in org.qaddict.expectation.iterable
Methods in org.qaddict.expectation.iterable that return ModeModifier and TypeMethodDescriptionInAnyOrderExpectation.mode()Returns the value of themoderecord component.InOrderOfDefinitionExpectation.mode()Returns the value of themoderecord component.static ModeReturns the enum constant of this class with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.qaddict.expectation.iterable with parameters of type ModeModifierConstructorDescriptionInAnyOrderExpectation(Collection<Expectation<? super D>> expectations, Mode mode) Creates an instance of aInAnyOrderExpectationrecord class.InOrderOfDefinitionExpectation(Collection<Expectation<? super D>> expectations, Mode mode) Creates an instance of aInOrderOfDefinitionExpectationrecord class.