build with junit
This commit is contained in:
@@ -26,6 +26,7 @@ dependencies {
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
||||
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
|
||||
}
|
||||
testCompile("org.junit.jupiter:junit-jupiter-api")
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
package com.aitrainer.api.enums
|
||||
|
||||
enum class SexEnum (val sex: String) {
|
||||
MAN ("m"),
|
||||
WOMAN("w")
|
||||
}
|
||||
Reference in New Issue
Block a user