Hi, currently getting my feet wet with Java 9 modules. Bear with me,
if what follows should be obvious, or seems stupid: This is all new to
me.

My impression is, that unit tests in src/test/java, as executed by
surefire, share a module with the code, that's being tested (in
src/main/java). Which is good, in general, because it permits access
to the implementation details, that are being tested. Is that correct,
so far?

However, there is another point: It seems important to me, that access
from external modules to my own works as expected. I would like to
ensure that by running some tests as a separate module. Is that a
valid concern? Is that possible, and how?

Thanks,

Jochen



-- 
The woman was born in a full-blown thunderstorm. She probably told it
to be quiet. It probably did. (Robert Jordan, Winter's heart)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to