Searched refs:testStack (Results 1 – 1 of 1) sorted by relevance
186 BugStack<String> testStack = new BugStack<String>(); in test_pop_modify_elementCount() local187 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()