Skip to content

Instantly share code, notes, and snippets.

@Malinskiy
Created February 22, 2019 06:15
Show Gist options
  • Save Malinskiy/a39846c1b8dfb6db90af37bc7a58b8d2 to your computer and use it in GitHub Desktop.
Save Malinskiy/a39846c1b8dfb6db90af37bc7a58b8d2 to your computer and use it in GitHub Desktop.
Marathon: TestParser
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