mirror of
https://github.com/jlengrand/ExtraTestModuleExample.git
synced 2026-03-10 08:21:18 +00:00
Creates default project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package nl.lengrand
|
||||
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class GreetingTest {
|
||||
@Test
|
||||
fun greet() {
|
||||
|
||||
assertEquals("Hello, you!", Greeting().greet())
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user