-
Notifications
You must be signed in to change notification settings - Fork 164
Description
Hey folks! New jazzer user here ππ»
I'm reaching out to you to discuss how we could have even better support to fuzzing on Android projects.
Particularly it seems that junit5-only support is a deal breaker for this use case, since junit5 was never officially supported by the Android tooling. π
The Android community has being using this Gradle plugin for ages in order to enable junit-platform and write tests over Android-free code within Android projects. On the other hand, libraries like Robolectric - which we use to unit-test code coupled with Android framework classes - support only junit4.
That means that we have a hard time to use jazzer to fuzz abstractions over Intents, URIs, and other non-ui stuff we grab from the Android framework.
Not sure if I missed something, but in any case : do you folks have plans to add support for junit4 on jazzer?
Thanks in advance, and congrats on the great work you folks have being doing in the JVM/fuzzing space π