test_reflective_loader
library
Classes
-
FailingTest
-
A marker annotation used to annotate test methods which are expected to fail.
-
SkippedTest
-
A marker annotation used to annotate test methods which are skipped.
-
TestTimeout
-
A marker annotation used to annotate test methods with additional timeout
information.
Constants
-
assertFailingTest
→ const Object
-
A marker annotation used to annotate test methods which are expected to fail
when asserts are enabled.
-
failingTest
→ const Object
-
A marker annotation used to annotate test methods which are expected to fail.
-
reflectiveTest
→ const Object
-
A marker annotation used to instruct dart2js to keep reflection information
for the annotated classes.
-
skippedTest
→ const Object
-
A marker annotation used to annotate test methods that should be skipped.
-
soloTest
→ const Object
-
A marker annotation used to annotate "solo" groups and tests.