Can my test depend on another module's test-scope class?
someModule depends on libraryModule
- main
-- SomeClass
- test
-- SomeTest depends on MockEnv
libraryModule
- main
-- interface Env
- test
-- MockEnv
I'm getting
Error:(3, 35) Unresolved reference: MockEnv
, which shows up not in the source as red text, but only in Messages.