public void TestMethod1() {
      Input.AppendLine("10");
      Input.AppendLine("3");

      Expected.AppendLine("--+-------");
      Test();
    }
Ejemplo n.º 2
0
 public void TestMethod3()
 {
     Input.AppendLine("2");
     Input.AppendLine("4");
     Expected.AppendLine("1");
     Test();
 }
    public void TestMethod2() {
      Input.AppendLine("20");
      Input.AppendLine("20");

      Expected.AppendLine("-------------------+");
      Test();
    }