Nock class abstract
Constructors
- Nock.new()
Properties
-
activeMocks
→ Iterable<
Interceptor> -
no setter
- defaultBase ← String
-
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pendingMocks
→ Iterable<
Interceptor> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
String base) → NockScope -
cleanAll(
) → void -
delete(
dynamic path, [dynamic data]) → Interceptor -
inherited
-
get(
dynamic path) → Interceptor -
inherited
-
head(
dynamic path, [dynamic data]) → Interceptor -
inherited
-
init(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
dynamic path, [dynamic data]) → Interceptor -
inherited
-
post(
dynamic path, [dynamic data]) → Interceptor -
inherited
-
put(
dynamic path, [dynamic data]) → Interceptor -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited