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