Home
last modified time | relevance | path

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

/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/aztec/detector/
H A DDetectorTest.java48 testErrorInParameterLocator("X"); in testErrorInParameterLocatorZeroZero()
53 testErrorInParameterLocator("This is an example Aztec symbol for Wikipedia."); in testErrorInParameterLocatorCompact()
59 testErrorInParameterLocator(alphabet + alphabet + alphabet); in testErrorInParameterLocatorNotCompact()
63 private static void testErrorInParameterLocator(String data) throws Exception { in testErrorInParameterLocator() method in DetectorTest