Archived
0

Hello, Mockito!

This commit is contained in:
2018-08-26 00:24:59 +03:00
parent adbb006ec7
commit bf8d820848
6 changed files with 79 additions and 236 deletions

View File

@@ -36,8 +36,12 @@ subprojects {
/* Components */
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
/* Test */
/* JUnit */
testCompile (group: 'junit', name: 'junit', version: '4.12')
/* Simple log */
testCompile (group: 'org.slf4j', name: 'slf4j-simple', version: slf4j_version)
/* Mockito */
testCompile (group: 'org.mockito', name: 'mockito-core', version: '1.9.5')
}
task copyDep(type: Copy) {
@@ -63,7 +67,7 @@ task runApp(type: JavaExec) {
/* Uncomment, if you used VM args */
//jvmArgs = [
// "-DspringConfig=spring-flat.xml",
// "-DspringConfig=spring.xml",
// "-Dlog4j.configurationFile=log4j2.xml"
//]