Skip to content

Reflected, Generically

Compare
Choose a tag to compare
@feO2x feO2x released this 06 Aug 08:51

New Features in version 3.1.0

Added assertion methods for generic types:

  • IsClosedConstructedGenericType
  • IsOpenConstructedGenericType
  • IsGenericTypeDefinition
  • IsGenericParameterType

Added boolean assertion methods:

  • MustNotBeTrue
  • MustNotBeFalse

Added more variants of existing assertion methods throwing no exception:

  • IsStartingWith and IsEndingWith
  • IsContainingDuplicates
  • IsSubsetOf