Searched refs:aReadRowDescriptions (Results 1 – 1 of 1) sorted by relevance
881 String[] aReadRowDescriptions; in testData() local890 aReadRowDescriptions = xDataArray.getRowDescriptions(); in testData()906 …sertTrue( "Row Description size differs", aRowDescriptions.length == aReadRowDescriptions.length ); in testData()907 for( int i=0; i<aReadRowDescriptions.length; ++i ) in testData()908 … assertTrue( "Row Descriptions differ", aRowDescriptions[i].equals( aReadRowDescriptions[i] )); in testData()