conference-app-2020 icon indicating copy to clipboard operation
conference-app-2020 copied to clipboard

a few files in jvmTest are not recognize dependency libraries.

Open a25max opened this issue 5 years ago • 2 comments

Overview (Required)

  • can't recognize klock and junit in file of jvmTest folder.

Steps To Reproduce No Expected behavior No

Screenshots If applicable

Env: latest master branch

Additional context No

a25max avatar Jan 25 '20 13:01 a25max

I face the same problem. I tried ./gradlew :model testDebugUnitTest, but the tests in model's jvmTest did not run. I tried to rename jvmTest to androidTest and set it up to model/build.gradle, then they run but failing because of #709 .

clockvoid avatar Feb 03 '20 21:02 clockvoid

@a25max I think it fixed by #711. Please check it.

clockvoid avatar Feb 05 '20 02:02 clockvoid