Method | Description | |
---|---|---|
ShouldHaveFlag ( this actual, |
||
ShouldHaveFlag ( this actual, |
||
ShouldHaveFlag ( this actual, |
||
ShouldNotHaveFlag ( this actual, |
||
ShouldNotHaveFlag ( this actual, |
||
ShouldNotHaveFlag ( this actual, Enum expectedFlag, string customMessage ) : void |
Method | Description | |
---|---|---|
CheckEnumHasFlagAttribute ( |
||
HasFlag ( this enumeration, |
public static ShouldHaveFlag ( this actual, |
||
actual | this | |
expectedFlag | ||
return | void |
public static ShouldHaveFlag ( this actual, |
||
actual | this | |
expectedFlag | ||
customMessage | [ |
|
return | void |
public static ShouldHaveFlag ( this actual, |
||
actual | this | |
expectedFlag | ||
customMessage | string | |
return | void |
public static ShouldNotHaveFlag ( this actual, |
||
actual | this | |
expectedFlag | ||
return | void |
public static ShouldNotHaveFlag ( this actual, |
||
actual | this | |
expectedFlag | ||
customMessage | [ |
|
return | void |
public static ShouldNotHaveFlag ( this actual, Enum expectedFlag, string customMessage ) : void | ||
actual | this | |
expectedFlag | Enum | |
customMessage | string | |
return | void |