Skip to content

issues Search Results · repo:mannodermaus/android-junit5 language:Kotlin

Filter by

208 results
 (102 ms)

208 results

inmannodermaus/android-junit5 (press backspace or delete to remove)

I ve started to get the following after upgrading to gradle 8.14: ./gradlew build FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task :app:jacocoTestReport ...
  • compscidr
  • Opened 
    14 days ago
  • #371

class ExampleInstrumentedTest { @JvmField @RegisterExtension @ExperimentalTestApi val extension = createComposeExtension() @OptIn(ExperimentalTestApi::class) @Test fun test() ...
  • sarimmehdi
  • Opened 
    on Mar 10
  • #368

After updating the JUnit BOM to org.junit:junit-bom:5.12.0, my local and instrumentation tests stopped working altogether. After adding the platform launcher dependency to testRuntimeOnly, as described ...
bug
  • bddckr
  • 5
  • Opened 
    on Feb 24
  • #366

Hi It is more a feature request, or perhaps this already exists but I missed it somehow. I would like to use Enforcing code coverage metrics with your plugin. Thank you for your help
  • mikekulasinski-kulsoft
  • 2
  • Opened 
    on Feb 4
  • #364

This should be a rare scenario, I haven t seen it before. Basically I was running a JUnit5 test on an android S device, using ./gradlew connectedDebugAndroid. Inside my test project, there are 9 cases, ...
  • ZzhengSyna
  • 4
  • Opened 
    on Jan 10
  • #363

I had to search the code to find this statement to put in the build script to enable JUnit 5 on Android: testInstrumentationRunnerArgument( runnerBuilder , de.mannodermaus.junit5.AndroidJUnit5Builder ...
  • JordanLongstaff
  • 2
  • Opened 
    on Jan 8
  • #362

libs.version.toml: [versions] junitVersion = 5.11.2 androidJunit5Version = 1.11.2.0 [libraries] junit-jupiter-api = { group = org.junit.jupiter , name = junit-jupiter-api , version.ref = junitVersion ...
  • sarimmehdi
  • 1
  • Opened 
    on Nov 3, 2024
  • #361

I write testcase in main dictory rather than test dictory , and run testcase with :adb shell am instrument xxx, then it report error: Caused by: java.lang.IllegalArgumentException: Could not find extra ...
question
  • yanweishr
  • 2
  • Opened 
    on Oct 18, 2024
  • #360

Hey @mannodermaus, I m trying to create a jacoco report for instrumented junit 5 tests. With applying the jacoco plugin and enableAndroidTestCoverage = true I can get a report with all classes, but it ...
investigation
  • F43nd1r
  • 3
  • Opened 
    on Oct 17, 2024
  • #359

Everything works as expected using versions 1.11.0 and 1.5.0. Then after upgrading to 1.11.2 and 1.6.0, @ParameterizedTest causes an exception to be thrown from some internal context. This exception is ...
investigation
  • mgroth0
  • 4
  • Opened 
    on Oct 5, 2024
  • #358
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub