Skip to content

Methods_T_CodeJam_DebugEnumCode

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

DebugEnumCode Methods

The DebugEnumCode type exposes the following members.

Methods

 

Name Description
Public method Static member AnyFlagSet(TEnum) Asserts that any bit from specified argument flag is set.
Public method Static member AnyFlagUnset(TEnum) Asserts that any bit from specified argument flag is not set.
Public method Static member AnyStateFlagSet(TEnum)(TEnum, TEnum, String) Asserts that any bit from specified state flag is set.
Public method Static member AnyStateFlagSet(TEnum)(TEnum, TEnum, String, Object[]) Asserts that any bit from specified state flag is set.
Public method Static member AnyStateFlagUnset(TEnum)(TEnum, TEnum, String) Asserts that any bit from specified state flag is not set.
Public method Static member AnyStateFlagUnset(TEnum)(TEnum, TEnum, String, Object[]) Asserts that any bit from specified state flag is not set.
Public method Static member Defined(TEnum) Asserts that specified argument enum value is defined.
Public method Static member FlagsDefined(TEnum) Asserts that all bits of the flags combination are defined.
Public method Static member FlagSet(TEnum) Asserts that the specified argument flag is set.
Public method Static member FlagUnset(TEnum) Asserts that the specified argument flag is not set.
Public method Static member StateFlagSet(TEnum)(TEnum, TEnum, String) Asserts that the specified state flag is set.
Public method Static member StateFlagSet(TEnum)(TEnum, TEnum, String, Object[]) Asserts that the specified state flag is set.
Public method Static member StateFlagUnset(TEnum)(TEnum, TEnum, String) Asserts that the specified state flag is not set.
Public method Static member StateFlagUnset(TEnum)(TEnum, TEnum, String, Object[]) Asserts that the specified state flag is not set.
  Back to Top

See Also

Reference

DebugEnumCode Class
CodeJam Namespace

Clone this wiki locally