CustomMethodStubber class
Scans // <stackchain:custom> for methods and stubs tests in *_custom_test.dart.
Constructors
- CustomMethodStubber({required String root, required StackchainConfig config, Logger? logger, bool dryRun = false})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stubAll(
) → Future< List< String> > -
stubFeature(
String feature) → Future< List< String> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited