Searched refs:vExpectedTextFrames (Results 1 – 1 of 1) sorted by relevance
151 Collection<String> vExpectedTextFrames = new ArrayList<String>(); in checkTextFrames() local152 vExpectedTextFrames.add("Frame1"); in checkTextFrames()153 vExpectedTextFrames.add("Frame2"); in checkTextFrames()155 int nTextFrames = vExpectedTextFrames.size(); in checkTextFrames()161 vExpectedTextFrames.remove(sFrameName)); in checkTextFrames()168 "Missing expected text frames.", vExpectedTextFrames.isEmpty()); in checkTextFrames()
Completed in 15 milliseconds