Flutter
matcher
isStateError constant
isStateError
matcher library
Classes
CustomMatcher
Description
isInstanceOf
Matcher
StringDescription
TypeMatcher
Constants
anything
isArgumentError
isConcurrentModificationError
isCyclicInitializationError
isEmpty
isException
isFalse
isFormatException
isList
isMap
isNaN
isNegative
isNonNegative
isNonPositive
isNonZero
isNoSuchMethodError
isNotEmpty
isNotNaN
isNotNull
isNull
isNullThrownError
isPositive
isRangeError
isStateError
isTrue
isUnimplementedError
isUnsupportedError
isZero
returnsNormally
Functions
addStateInfo
allOf
anyElement
anyOf
closeTo
collapseWhitespace
contains
containsAll
containsAllInOrder
containsPair
containsValue
endsWith
equals
equalsIgnoringCase
equalsIgnoringWhitespace
escape
everyElement
greaterThan
greaterThanOrEqualTo
hasLength
inClosedOpenRange
inExclusiveRange
inInclusiveRange
inOpenClosedRange
isIn
isNot
lessThan
lessThanOrEqualTo
matches
orderedEquals
pairwiseCompare
predicate
same
startsWith
stringContainsInOrder
unorderedEquals
unorderedMatches
wrapMatcher
isStateError top-level constant
const
isStateError
=
const TypeMatcher<StateError>()
A matcher for
StateError
.
Implementation
const isStateError = const TypeMatcher<StateError>()