示例#1
0
 private static string DescribeFailureOf <T>(IProbe <T> probe)
 {
     return(probe.DescribeFailureTo());
 }