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