Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java281 String helloTest = new String(output); in testGetBytesIntVarbinary() local
282 assertNotNull(helloTest); in testGetBytesIntVarbinary()
283 assertEquals(testString, helloTest); in testGetBytesIntVarbinary()
313 String helloTest = new String(output); in testGetBytesIntBinary() local
314 assertNotNull(helloTest); in testGetBytesIntBinary()
315 assertEquals(testString, helloTest); in testGetBytesIntBinary()
363 String helloTest = new String(output); in testGetBytesStringVarbinary() local
364 assertNotNull(helloTest); in testGetBytesStringVarbinary()
365 assertEquals(testString, helloTest); in testGetBytesStringVarbinary()
395 String helloTest = new String(output); in testGetBytesStringBinary() local
[all …]