junit.textui.TestRunner.run(suite());
return new TestSuite(Base64Test.class);
Checks the result on empty parameter. // Regression for HARMONY-1513 byte[] result = Base64.decode(new byte[0]); assertEquals("The length of the result differs from expected", 0, result.length);
// Regression for HARMONY-1513 byte[] result = Base64.decode(new byte[0]); assertEquals("The length of the result differs from expected", 0, result.length);