예제 #1
0
 public static string Foo(SomeOtherClassWithCustomFormatter value)
 {
     Assert.Fail("Should never be called");
     return("");
 }
 public static string Foo(SomeOtherClassWithCustomFormatter value)
 {
     Assert.Fail("Should never be called");
     return "";
 }
예제 #3
0
 public static string Foo(SomeOtherClassWithCustomFormatter value)
 {
     throw new XunitException("Should never be called");
 }
예제 #4
0
 public static void Foo(SomeOtherClassWithCustomFormatter _, FormattedObjectGraph output)
 {
     throw new XunitException("Should never be called");
 }