Exemple #1
0
 @Test
 public void shouldReturnRepresentation() {
   negOperation = new NEG(new CASNumber(5));
   assertEquals("NEG(5)", negOperation.getRepresentation());
 }