retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Provide simple Scala API #4

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

A REST API might be too slow when the state machine is updated constantly. Hence, provide a simple Scala API which can be called directly in Java.

beatngu13 commented 5 years ago

[…] Scala API which can be called directly in Java.

We still go over network, don't we? This sounds like RPC… 🙈

tdauth commented 5 years ago

[…] Scala API which can be called directly in Java.

We still go over network, don't we? This sounds like RPC… see_no_evil

This API should not be called via network. It would have to be used as direct maven/sbt dependency of the service which creates the state machine.

tdauth commented 5 years ago

Done, open more issues for specific features.