We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd18826 commit b44849eCopy full SHA for b44849e
build/secondary/third_party/dart/third_party/pkg/matcher/BUILD.gn
@@ -19,13 +19,26 @@ dart_library("matcher") {
19
deps = [ "//third_party/dart/third_party/pkg/stack_trace" ]
20
21
sources = [
22
+ "expect.dart",
23
"matcher.dart",
24
"mirror_matchers.dart",
25
"src/core_matchers.dart",
26
"src/custom_matcher.dart",
27
"src/description.dart",
28
"src/equals_matcher.dart",
29
"src/error_matchers.dart",
30
+ "src/expect/async_matcher.dart",
31
+ "src/expect/expect.dart",
32
+ "src/expect/expect_async.dart",
33
+ "src/expect/future_matchers.dart",
34
+ "src/expect/never_called.dart",
35
+ "src/expect/prints_matcher.dart",
36
+ "src/expect/stream_matcher.dart",
37
+ "src/expect/stream_matchers.dart",
38
+ "src/expect/throws_matcher.dart",
39
+ "src/expect/throws_matchers.dart",
40
+ "src/expect/util/placeholder.dart",
41
+ "src/expect/util/pretty_print.dart",
42
"src/feature_matcher.dart",
43
"src/having_matcher.dart",
44
"src/interfaces.dart",
0 commit comments