Searched refs:helloTest (Results 1 – 1 of 1) sorted by relevance
281 String helloTest = new String(output); in testGetBytesIntVarbinary() local282 assertNotNull(helloTest); in testGetBytesIntVarbinary()283 assertEquals(testString, helloTest); in testGetBytesIntVarbinary()313 String helloTest = new String(output); in testGetBytesIntBinary() local314 assertNotNull(helloTest); in testGetBytesIntBinary()315 assertEquals(testString, helloTest); in testGetBytesIntBinary()363 String helloTest = new String(output); in testGetBytesStringVarbinary() local364 assertNotNull(helloTest); in testGetBytesStringVarbinary()365 assertEquals(testString, helloTest); in testGetBytesStringVarbinary()395 String helloTest = new String(output); in testGetBytesStringBinary() local[all …]