https://kotlinlang.org logo
j

julian

11/07/2019, 2:47 AM
Running would look like this:
Copy code
somethingToDoBeforeEachGroup
populateDatabase
operateFirstUpdate
cleanDatabase
populateDatabase
operateSecondUpdate
cleanDatabase
somethingToDoAfterEachGroup
somethingToDoBeforeEachGroup
populateDatabase
XX
populateDatabase
YY
somethingToDoAfterEachGroup
...
Since the
afterTest
in
Delete tests
is empty, there would be no need to define it in the code.