Basic question: I am trying to get unit tests for a common shared mpp library: I have a jsTest and iosTest which work fine (I can see println’s). But there is no matching androidTest. I try testDebugUnitTest (using test-junit5) and I get no results and no println ouput. Any clues?
a
agrosner
10/09/2020, 8:02 PM
did you try
test
directory
agrosner
10/09/2020, 8:02 PM
confusing enough as it is
m
Marc Knaup
10/11/2020, 5:38 AM
You can try increasing the test logging.
When configuring the