public void IsInstanceOfFail() { OldReflectionAssert.IsInstanceOf(typeof(string), 1); }
public void IsInstanceOf() { OldReflectionAssert.IsInstanceOf(typeof(string), "hello"); }