Example #1
0
 public function testDivisao()
 {
     $calc = new Calc();
     $this->assertTrue($calc->div(6, 2) == 3, "Falha ao dividir");
 }