Searched refs:testNull (Results 1 – 5 of 5) sorted by relevance
101 testNull(Base64.getEncoder()); in main()102 testNull(Base64.getUrlEncoder()); in main()103 testNull(Base64.getMimeEncoder()); in main()104 testNull(Base64.getMimeEncoder(10, new byte[]{'\n'})); in main()105 testNull(Base64.getDecoder()); in main()106 testNull(Base64.getUrlDecoder()); in main()107 testNull(Base64.getMimeDecoder()); in main()295 private static void testNull(Base64.Encoder enc) { in testNull() method in TestBase64304 private static void testNull(Base64.Decoder dec) { in testNull() method in TestBase64
107 public void testNull() throws Exception { in testNull() method in WriteReplaceTest
127 public void testNull() throws Exception { in testNull() method in ReadResolveTest
72 public void testNull() { in testNull() method in MergeTest
71 testNull(); in testAll()86 public void testNull() throws Throwable { in testNull() method in RicochetTest