Commit b2bbec1
committed
chore: print mutators debug strings in selffuzz test
The new format is:
- fuzzGenericClass(List)
-> Arguments[List<List<Integer>[]>]
It is especially useful to see the mutator when debugging or trying
out new mutators with @Solo.1 parent b15372a commit b2bbec1
1 file changed
Lines changed: 11 additions & 2 deletions
File tree
- selffuzz/src/test/java/com/code_intelligence/selffuzz/mutation
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
62 | 71 | | |
63 | 72 | | |
64 | 73 | | |
| |||
0 commit comments