Searched refs:testFrames (Results 1 – 1 of 1) sorted by relevance
37 private List<TestFrame> testFrames = new LinkedList(); field in StackRecorderUtil53 testFrames.add(0, new TestFrame(declaringClass, methodName, fileName)); in add()56 public int frameCount() { return testFrames.size(); } in frameCount()66 TestFrame tf = testFrames.get(index); in compareFrame()115 return testFrames.iterator(); in iterator()