Overload | Description |
---|---|
NotBeAssignableTo<T>(String,Object[]) | Asserts than an instance of the subject type is not assignable variable of type T. |
NotBeAssignableTo(Type,String,Object[]) | Asserts than an instance of the subject type is not assignable variable of given type. |