Enum FuzzFieldKind
- Namespace
- Kuestenlogik.Bowire.Security
- Assembly
- Kuestenlogik.Bowire.dll
The type of a field the mutation engine knows how to attack.
public enum FuzzFieldKind
Fields
Array = 5Array / repeated field.
Boolean = 3Boolean.
Enum = 4Enumeration with a fixed value set.
Integer = 0Integer / whole number.
Number = 1Floating-point number.
Object = 6Object / message.
String = 2String.