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 馃檪
Hey folks! New
jazzeruser 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
junit5was 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
jazzerto 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
junit4onjazzer?Thanks in advance, and congrats on the great work you folks have being doing in the JVM/fuzzing space 馃檪