@Test
 public void testIsEmpty() {
   Formula f = new Formula();
   assertTrue(f.isEmpty());
 }