[Extension()] [Obsolete("You are asserting the 'AndConstraint' itself. Remove the 'Should()' method directly following 'And'", true)] public static void Should<TEnum,TAssertions>( EnumAssertions<TEnum,TAssertions> _ ) where TEnum: new(), Enum, struct where TAssertions: EnumAssertions<TEnum,TAssertions>
Parameters
- _
Type Parameters
- TEnum
- TAssertions