First commit.

This commit is contained in:
Erik C. Thauvin 2017-04-14 13:00:31 -07:00
commit a315d98662
23 changed files with 789 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package com.example
import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}