Commit 72581f2
committed
Update testing docs for MockCommand v9.3.0 API
Update documentation to use new "run" terminology:
- queueResultsForNextExecuteCall → queueResultsForNextRunCall
- startExecution() → startRun()
- endExecutionWithData() → endRunWithData()
- endExecutionWithError() → endRunWithError()
- endExecutionNoData() → endRunNoData()
- executionCount → runCount
Updated files:
- docs/documentation/command_it/testing.md
- code_samples/test/command_it/mock_command_example_test.dart
All tests passing.1 parent d7c4c80 commit 72581f2
File tree
2 files changed
+8
-8
lines changed- code_samples/test/command_it
- docs/documentation/command_it
2 files changed
+8
-8
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments