Home
last modified time | relevance | path

Searched refs:checkInvalid (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/test/java/biz/source_code/base64Coder/
DBase64CoderTest.java45 checkInvalid("\tWE="); in testFailure2()
46 checkInvalid("Y\tE="); in testFailure2()
47 checkInvalid("YW\t="); in testFailure2()
48 checkInvalid("YWE\t"); in testFailure2()
50 checkInvalid("©WE="); in testFailure2()
51 checkInvalid("Y©E="); in testFailure2()
52 checkInvalid("YW©="); in testFailure2()
53 checkInvalid("YWE©"); in testFailure2()
56 private void checkInvalid(String encoded) { in checkInvalid() method in Base64CoderTest