SpecModule class
Constructors
Properties
- actual ↔ Object?
-
getter/setter pair
- afterAachBlock ↔ Null Function()
-
getter/setter pair
- beforeEachBlock ↔ Null Function()
-
getter/setter pair
- failedItResult ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itState ↔ bool
-
getter/setter pair
- moduleData ↔ SpecData
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing ↔ String
-
getter/setter pair
- type ↔ String
-
getter/setter pair
Methods
-
after(
dynamic block) → void -
after_each(
dynamic block) → void -
assert_that(
dynamic actual) → SpecModule -
before(
dynamic block) → void -
before_each(
dynamic block) → void -
describe(
String name, dynamic desc) → void -
does_not_equal_to(
dynamic expected) → void -
equals_to(
dynamic expected) → void -
fail(
String message) → void -
genericMatch(
bool matched, dynamic errorMessage) → void -
is_false(
) → void -
is_null(
) → void -
is_true(
) → void -
isnot(
dynamic expected) → void -
isnot_null(
) → void -
iss(
dynamic expected) → void -
it(
String name, dynamic it) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
String type) → SpecData -
spec_code(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
xit(
String name, dynamic _) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited