AuthTestSequence<T> class
final
A deterministic finite sequence for test-only tokens, codes, and IDs.
Values are supplied by the test. No value from this sequence should be reused as an application secret.
Constructors
-
AuthTestSequence(Iterable<
T> values) - Creates a sequence consumed in insertion order.
Properties
Methods
-
next(
) → T - Returns the next value or throws when the fixture is exhausted.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited