Archived
0

Создание jUnit тестов

This commit is contained in:
2015-12-14 16:45:20 +03:00
parent 23a4660730
commit 00d89dcda5
4 changed files with 104 additions and 11 deletions

View File

@@ -11,4 +11,5 @@ repositories {
dependencies {
compile (['jline:jline:2.13'])
testCompile(['junit:junit:4.12'])
}