Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java120 String[] labels = { "id", "name", "family" }; in testGetColumnLabel() local
124 assertTrue("expected "+labels[i] + "got "+label,labels[i].contains(label)); in testGetColumnLabel()
147 String[] labels = { "id", "name", "family" }; in testGetColumnName() local
151 assertEquals(labels[i], name); in testGetColumnName()