You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluation.result.messageString.should.startWith(`otherObject should not be instance of "fluentasserts.operations.type.instanceOf.InstanceOfOtherClass".`);
194
+
evaluation.result.messageString.should.contain(`should not be instance of`);
195
195
evaluation.result.messageString.should.endWith(`is instance of fluentasserts.operations.type.instanceOf.InstanceOfOtherClass.`);
evaluation.result.messageString.should.startWith(`someObject should not be instance of "fluentasserts.operations.type.instanceOf.InstanceOfTestInterface".`);
240
+
evaluation.result.messageString.should.contain(`should not be instance of`);
241
241
evaluation.result.messageString.should.endWith(`is instance of fluentasserts.operations.type.instanceOf.InstanceOfBaseClass.`);
0 commit comments