Created
March 4, 2020 01:32
-
-
Save frestoinc/15f7280da4a17c4763b9d2ca9e851006 to your computer and use it in GitHub Desktop.
Suite classes
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
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