aljohnston112
aljohnston112
Running a test with ActivityScenario while test coverage is enabled throws a NoClassDefFoundError
### Steps to Reproduce Follow the steps here to get Jacoco coverage for tests https://about.codecov.io/blog/code-coverage-for-android-development-using-kotlin-jacoco-github-actions-and-codecov/ Try to run this test ``` @RunWith(AndroidJUnit4::class) class StringAdapterTest { @Test fun testStringAdapter() { ActivityScenario.launch(...
### Description A ```longClick()``` with ```RecyclerViewActions.actionOnItemAtPosition``` does not trigger the selection of the item in a ```RecyclerView``` that has been passed to a ```SelectionTracker```. ### Steps to Reproduce Set up...
I had to change the method to use findNavController
Built "0.9.12 git#0 x64-JIT SSE2" from source. Using "Logitech, Inc. F710 Wireless Gamepad [XInput Mode]" for the joystick. If I set one of the triggers to be the boost button,...
Tried to run combinedTestReport, but after all the tests are run, the error in the title gets thrown. I also noticed that createDebugCoverageReport does not generate a coverage report at...
* cattrs version: 22.2.0 * Python version: 3.11 * Operating System: Windows 10 ### Description I have a @frozen class that inherits a @frozen class containing two enums PType and...
One way to fix this is to check a boolean associated with each directory's state, and to rotate the arrow to a consistent state in onBindViewHolder().
I followed the build instructions here and every single command finished successfully: https://ned14.github.io/llfio/md__build.html I tried following this example: https://github.com/ned14/llfio/blob/develop/example/mapped_file.cpp but this line: `namespace llfio = LLFIO_V2_NAMESPACE;` throws an error: `fatal...