MockConfig class
Mock配置
Constructors
Properties
Methods
-
clear(
) → void - 清空所有 Mock
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
MockData mock) → void - 注册Mock数据
-
registerAll(
List< MockData> mockList) → void - 批量注册
-
remove(
MockData mock) → void - 移除指定 Mock
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited