(streamManager = new StreamManager(historyService))
| 421 | }) => StopWhenCondition[]; |
| 422 | |
| 423 | function buildStopWhenForTests(streamManager = new StreamManager(historyService)) { |
| 424 | return getPrivateMethodForTests<BuildStopWhenCondition>( |
| 425 | streamManager, |
| 426 | "createStopWhenCondition" |
| 427 | ); |
| 428 | } |
| 429 | |
| 430 | function requiredToolConditionForTests(toolPolicy: ToolPolicy): StopWhenCondition { |
| 431 | const [, , requiredToolCondition] = buildStopWhenForTests()({ |
no test coverage detected