-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
class JazzerDemo {
@FuzzTest(maxExecutions = 10000)
fun run(d: FuzzedDataProvider) {
...
}
@FuzzTest(maxExecutions = 10000)
fun run2(d: FuzzedDataProvider) {
...
}
}
I would rather expect to run both tests, not just first one.
The same happens no matter if I run single test class or ./gradlew test
When I stop fuzzing (by unsetting JAZZER_FUZZ
) it works as expected (but doesn't fuzz anymore), so this is a problem with Jazzer, not Junit.
Metadata
Metadata
Assignees
Labels
No labels