提交 a8b51b15 编写于 作者: J Jason Malinowski

Delete unused AssertEx helper

上级 5b018172
......@@ -319,11 +319,6 @@ public static void Fail(string format, params object[] args)
Assert.False(true, string.Format(format, args));
}
public static void Null<T>(T @object, string message = null)
{
Assert.True(AssertEqualityComparer<T>.IsNull(@object), message);
}
public static void NotNull<T>(T @object, string message = null)
{
Assert.False(AssertEqualityComparer<T>.IsNull(@object), message);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册