Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created May 26, 2019 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/d9b2d0f9074ecee8fd5da226bd134c14 to your computer and use it in GitHub Desktop.
Save donchan922/d9b2d0f9074ecee8fd5da226bd134c14 to your computer and use it in GitHub Desktop.
dependencies {
// Mockitoのライブラリが含まれている
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// JUnit 5を使うための依存性
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.1")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.3.1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment