@Ignore
 @Test
 public void testReadBinary() throws Exception {
   System.out.println("readBinary");
   DataInputStream is = null;
   String[] strings = null;
   Rule expResult = null;
   Rule result = Rule.readBinary(Stylesheet.BINARY_CSS_VERSION, is, strings);
   assertEquals(expResult, result);
   fail("The test case is a prototype.");
 }