Kind: Class
Methods
| Method | Signature | Returns |
|---|---|---|
buildFromRepo | buildFromRepo(routeMappings: RouteMappingResult, repoPath: string, framework: FrameworkType) | InteractionMap |
build | build(routeMappings: RouteMappingResult, files: Map<string, string>, framework: FrameworkType) | InteractionMap |
Where it refuses work
InteractionMapBuilderstops the work with an early return when!semantics.hasStateMachine.
When something fails
InteractionMapBuilderhandles failure in 1 place: it discards it silently in all 1.
Was this page helpful?