Exemple #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 "";
 }
Exemple #3
0
 public static string Foo(SomeOtherClassWithCustomFormatter value)
 {
     throw new XunitException("Should never be called");
 }
 public static void Foo(SomeOtherClassWithCustomFormatter _, FormattedObjectGraph output)
 {
     throw new XunitException("Should never be called");
 }