You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run Java examples from rules_fuzzing repository. After this I've tried to create my .java file in the examples folder for further experimentation. I added a reference to the class I created in the BUILD file and I'm trying to understand two things:
Is it a good idea to just copy the contents of the rules_fuzzzing (with content editing, of course) to my project folder?
What if I want to test a class I created with third-party libraries and dependencies? in which file I should specify links to .jar files?
I've seen that I saw that the examples use the library com.code_intelligence.jazzer but where does id find it? There is this code in ruled_fuzzing/fuzzing/private/fuzz_test.bzl:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've run Java examples from
rules_fuzzing
repository. After this I've tried to create my .java file in the examples folder for further experimentation. I added a reference to the class I created in the BUILD file and I'm trying to understand two things:Is it a good idea to just copy the contents of the
rules_fuzzzing
(with content editing, of course) to my project folder?What if I want to test a class I created with third-party libraries and dependencies? in which file I should specify links to .jar files?
I've seen that I saw that the examples use the library
com.code_intelligence.jazzer
but where does id find it? There is this code in ruled_fuzzing/fuzzing/private/fuzz_test.bzl:But I'm not that's what I should do
Beta Was this translation helpful? Give feedback.
All reactions