Skip to content

Instantly share code, notes, and snippets.

@frestoinc
Created March 4, 2020 01:32
Show Gist options
  • Save frestoinc/15f7280da4a17c4763b9d2ca9e851006 to your computer and use it in GitHub Desktop.
Save frestoinc/15f7280da4a17c4763b9d2ca9e851006 to your computer and use it in GitHub Desktop.
Suite classes
import com.github.shchurov.gitterclient.unit_tests.tests.*
import org.junit.runner.RunWith
import org.junit.runners.Suite
@RunWith(Suite::class)
@Suite.SuiteClasses(
GetRoomMessagesInteractorTest::class,
GetRoomsInteractorTest::class
class UnitTestsSuite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment