You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
The current route unit test does not test a real running HTTP server?
This could be done with TravisCI using sbt run and concurrently curl queries.
Maybe Akka provides some testing framework.
The text was updated successfully, but these errors were encountered:
- Add custom JSON formatter for our Map type
- Move Furrer model into seprate package since it is not valid
- Separate persistence layer into separate package
- Add Bash scripts for REST calls
- Simplify documentation
- Don't use any custom model package types but the types from the api package
for REST.
- GuiStateMachineApi works now with IDs for the state machines.
This allows the removal and retrieval of state machines based on the unique ID.
- Remove persistence layer since the Scala API provides persistence calls.
- Add bodys for the parameters for `get-state` and `execute-action`.
- Only use one service class GuiStateMachineService.
- Swagger uses the correct service class now (not RestService).
- Add initial JsonFormat types for all the required Scala API types.
- Remove model package and Bash scripts for the old REST API.
- Simplify documentation.
- Adapt unit tests.
The current route unit test does not test a real running HTTP server?
This could be done with TravisCI using
sbt run
and concurrentlycurl
queries.Maybe Akka provides some testing framework.
The text was updated successfully, but these errors were encountered: