If you add a dependency as `testCompileOnly` that ...
# gradle
k
If you add a dependency as
testCompileOnly
that means your normal code does indeed not have access to that dependency, only the test-code does.