コード例 #1
0
 @Test
 public void testNot() {
   assertTrue(cFunction.not(false));
   assertFalse(cFunction.not(true));
 }