A class which implements a dsl for testing Store.
Call Store.start, then call Store.subscribe and execute block inside that scope. Unsubscribe and stop the store afterwards
Call Store.start and then execute block, cancelling the store afterwards
Alias for TestScope.advanceUntilIdle.