Add support for JUnit 5
This commit adds support for JUnit 5 and its Jupiter programming model. A new Jupiter Extension implementation, RestDocumentationExtension, is provided. This extension can be applied to a test class to allow it to use Spring REST Docs to document a RESTful API. Closes gh-296
This commit is contained in:
@@ -16,6 +16,7 @@ dependencies {
|
||||
testCompile 'javax.validation:validation-api'
|
||||
testCompile 'junit:junit'
|
||||
testCompile 'org.testng:testng:6.9.10'
|
||||
testCompile 'org.junit.jupiter:junit-jupiter-api'
|
||||
}
|
||||
|
||||
tasks.findByPath("artifactoryPublish")?.enabled = false
|
||||
|
||||
Reference in New Issue
Block a user