convert API/server tests to mockito (#8848)

* convert API tests to mockito

* convert server tests to mockito

* add co-author
This commit is contained in:
Jake Potrebic
2023-02-15 13:27:40 -08:00
parent afeeaca6dd
commit bd166747a6
9 changed files with 771 additions and 182 deletions

View File

@@ -38,6 +38,8 @@ subprojects {
exceptionFormat = TestExceptionFormat.FULL
events(TestLogEvent.STANDARD_OUT)
}
minHeapSize = "2g"
maxHeapSize = "2g"
}
repositories {