Searched refs:vExpectedTextFrames (Results 1 – 1 of 1) sorted by relevance
152 Collection<String> vExpectedTextFrames = new ArrayList<String>(); in checkTextFrames() local153 vExpectedTextFrames.add("Frame1"); in checkTextFrames()154 vExpectedTextFrames.add("Frame2"); in checkTextFrames()156 int nTextFrames = vExpectedTextFrames.size(); in checkTextFrames()162 vExpectedTextFrames.remove(sFrameName)); in checkTextFrames()169 "Missing expected text frames.", vExpectedTextFrames.isEmpty()); in checkTextFrames()
Completed in 11 milliseconds