Set up Mockito and simple Unit Test

This commit is contained in:
Keenan D. Buckley
2020-03-28 22:45:44 -06:00
parent e373211f27
commit 489d4a5bff
5 changed files with 62 additions and 4 deletions
+1
View File
@@ -53,6 +53,7 @@ dependencies {
nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop)
testImplementation 'junit:junit:4.12'
testCompile "org.mockito:mockito-core:2.+"
// Enable simulation gui support. Must check the box in vscode to enable support
// upon debugging