Skip to content

Instantly share code, notes, and snippets.

@Malinskiy
Last active March 7, 2019 16:22
Show Gist options
  • Save Malinskiy/ae0e47034919e7e102a322f04dabfc51 to your computer and use it in GitHub Desktop.
Save Malinskiy/ae0e47034919e7e102a322f04dabfc51 to your computer and use it in GitHub Desktop.
interface Tracker {
fun trackTestTransition(poolId: DevicePoolId, transition: StateMachine.Transition<TestState, TestEvent, TestAction>)
fun trackDeviceConnected(poolId: DevicePoolId, device: DeviceInfo)
fun terminate()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment