Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DStackTest.java186 BugStack<String> testStack = new BugStack<String>(); in test_pop_modify_elementCount() local
187 testStack.push("A"); in test_pop_modify_elementCount()
188 testStack.push("B"); in test_pop_modify_elementCount()
189 testStack.setLength(20); in test_pop_modify_elementCount()
191 testStack.pop(); in test_pop_modify_elementCount()