Searched refs:aReadRowDescriptions (Results 1 – 1 of 1) sorted by relevance
905 String[] aReadRowDescriptions; in testData() local914 aReadRowDescriptions = xDataArray.getRowDescriptions(); in testData()930 … assure( "Row Description size differs", aRowDescriptions.length == aReadRowDescriptions.length ); in testData()931 for( int i=0; i<aReadRowDescriptions.length; ++i ) in testData()932 … assure( "Row Descriptions differ", aRowDescriptions[i].equals( aReadRowDescriptions[i] )); in testData()
Completed in 13 milliseconds