https://kotlinlang.org logo
h

hastebrot

01/27/2017, 2:27 PM
regarding the SO question.
I am testing a View() and not an App(). If I use MyMainApp().start(stage) and then MyMainApp().stop(), I get the required behaviour.
But how to do this for Views and Fragments. so, some software test people wrote about various properties/qualities of tests. kent beck for instance says, among other points, tests need to be isolated. a similar quality is, that they should be repeatable.