Expected Behavior
Describe what you were trying to do
I am trying to use @random annotation with excludes fields.
Describe what actually happened
when i use @random(excludes = "my_field") is ok this field is omitted but when @random(excludes = { "my_field" , "field2" ,... }) i got the fields full filled
Specifications
- JUnit-Extensions Version: 5
- Java Version: 11