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 = 5

Array / repeated field.

Boolean = 3

Boolean.

Enum = 4

Enumeration with a fixed value set.

Integer = 0

Integer / whole number.

Number = 1

Floating-point number.

Object = 6

Object / message.

String = 2

String.