Exemplo n.º 1
0
 public void test_Compartment()
 {
     Compartment c = new Compartment(2,4);
       assertEquals( true, c.hasRequiredElements() );
       c = null;
 }