Flutter
test_api
Func2<
T
,
A
,
B
> typedef
Func2
Flutter
test_api
Func2<
T
,
A
,
B
> typedef
test_api library
Classes
CustomMatcher
Description
isInstanceOf
Matcher
OnPlatform
Retry
Skip
StreamMatcher
StringDescription
Tags
TestFailure
TestOn
Throws
Timeout
TypeMatcher
Constants
anything
isArgumentError
isCastError
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
throws
throwsArgumentError
throwsConcurrentModificationError
throwsCyclicInitializationError
throwsException
throwsFormatException
throwsNoSuchMethodError
throwsNullThrownError
throwsRangeError
throwsStateError
throwsUnimplementedError
throwsUnsupportedError
Properties
completes
doesNotComplete
emitsDone
neverCalled
Functions
addStateInfo
addTearDown
allOf
anyElement
anyOf
closeTo
collapseWhitespace
completion
contains
containsAll
containsAllInOrder
containsPair
containsValue
emits
emitsAnyOf
emitsError
emitsInAnyOrder
emitsInOrder
emitsThrough
endsWith
equals
equalsIgnoringCase
equalsIgnoringWhitespace
escape
everyElement
expect
expectAsync
expectAsync0
expectAsync1
expectAsync2
expectAsync3
expectAsync4
expectAsync5
expectAsync6
expectAsyncUntil
expectAsyncUntil0
expectAsyncUntil1
expectAsyncUntil2
expectAsyncUntil3
expectAsyncUntil4
expectAsyncUntil5
expectAsyncUntil6
expectLater
fail
greaterThan
greaterThanOrEqualTo
group
hasLength
inClosedOpenRange
inExclusiveRange
inInclusiveRange
inOpenClosedRange
isA
isIn
isNot
lessThan
lessThanOrEqualTo
matches
mayEmit
mayEmitMultiple
neverEmits
orderedEquals
pairwiseCompare
predicate
printOnFailure
prints
pumpEventQueue
registerException
same
setUp
setUpAll
spawnHybridCode
spawnHybridUri
startsWith
stringContainsInOrder
tearDown
tearDownAll
test
throwsA
unorderedEquals
unorderedMatches
wrapMatcher
Typedefs
ErrorFormatter
Func0
Func1
Func2
Func3
Func4
Func5
Func6
Func2<
T
,
A
,
B
>
typedef
Null safety
T
Func2
(
[
A
a
,
B
b
]
)
Implementation
typedef Func2<T, A, B> = T Function([A a, B b]);