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