Created
February 22, 2019 06:15
-
-
Save Malinskiy/a39846c1b8dfb6db90af37bc7a58b8d2 to your computer and use it in GitHub Desktop.
Marathon: TestParser
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
interface TestParser { | |
fun extract(configuration: Configuration) : List<Test> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment