Overload List

  NameDescription
IsNotInstanceOfType<(Of <(TUnexpected>)>)(Object)
Verifies that an actual value is not an instance of some unexpected type.
IsNotInstanceOfType(Type, Object)
Verifies that an actual value is not an instance of some unexpected type.
IsNotInstanceOfType<(Of <(TUnexpected>)>)(Object, String, array<Object>[]()[])
Verifies that an actual value is not an instance of some unexpected type.
IsNotInstanceOfType(Type, Object, String, array<Object>[]()[])
Verifies that an actual value is not an instance of some unexpected type.

See Also