Ejemplo n.º 1
0
 public int CompareTo(IntegrationTestRendererBase other)
 {
     return(test.CompareTo(other.test));
 }