Skip to content

Conversation

@runningcode
Copy link
Collaborator

This also writes all tests to a file to avoid an argument limit.

runningcode and others added 5 commits July 31, 2025 14:07
The TestRunnable constructor was updated to include a testFilePath parameter,
but the FakeTestRunnable test class was still using the old signature.
Added the missing testFilePath parameter (set to null for test cases).

Fixes compilation error:
- constructor TestRunnable cannot be applied to given types
- required: Context,String,Bundle,OutputStream,RunFinishedListener,String,String,boolean
- found: Context,String,Bundle,OutputStream,RunFinishedListener,String,boolean

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@runningcode runningcode merged commit 2ca1119 into main Jul 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants