Ejemplo n.º 1
0
 @Test
 public void noSwapForEmptyMark() {
   assertEquals(EMPTY, EMPTY.swapMark());
 }
Ejemplo n.º 2
0
 @Test
 public void convertsEmptyMarkToString() {
   assertEquals("", EMPTY.getString());
 }