Home
last modified time | relevance | path

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

/art/test/094-pattern/src/
DMain.java76 public static final String testStr2 = "http:///www.google.com/"; field in Main
82 System.out.println("str2 matches: " + WEB_URL.matcher(testStr2).matches()); in main()
/art/test/020-string/src/
DMain.java44 String testStr2 = "This is a very nice strinG"; in basicTest() local
45 if (testStr.length() != testStr2.length()) in basicTest()
48 int compareResult = testStr.compareTo(testStr2); in basicTest()