Searched refs:newTests (Results 1 – 1 of 1) sorted by relevance
115 ScriptField_TestScripts_s.Item[] newTests = testSet.getTests(); in appendTests() local118 … combined = new ScriptField_TestScripts_s.Item[newTests.length + mIndividualTests.length]; in appendTests()120 System.arraycopy(newTests, 0, combined, mIndividualTests.length, newTests.length); in appendTests()123 mIndividualTests = newTests; in appendTests()