1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-07-14 14:41:58 +02:00

Introduce test fixtures

This also removes the powermock dependency. Although powermock is a
fine library, it currently prevents dropping Junit4. And since we only
use the Whitebox API of powermock, this simply replaced powermock's
Whitebox with our own.
This commit is contained in:
Florian Schmaus 2020-04-11 21:59:21 +02:00
parent 4a99f7252c
commit b5f9d4d7a3
51 changed files with 123 additions and 80 deletions

View file

@ -15,7 +15,8 @@ dependencies {
api project(':smack-resolver-minidns-dox')
api project(':smack-tcp')
testImplementation project(path: ":smack-core", configuration: "testRuntime")
testImplementation 'com.google.guava:guava:28.2-jre'
testImplementation 'org.jgrapht:jgrapht-io:1.3.1'
}
task printModularXmppClientToServerConnectionStateGraph(type: JavaExec) {