Last active
March 7, 2019 16:22
-
-
Save Malinskiy/ae0e47034919e7e102a322f04dabfc51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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