8788899091929394959697
assertTrackedState(fileArr, true); UntrackOperation utop = new UntrackOperation(Arrays.asList(fileArr)); utop.execute(new NullProgressMonitor()); assertTrackedState(fileArr, false); } @SuppressWarnings("boxing")
131132133134135136137138139140141
trop.execute(new NullProgressMonitor()); assertTrackedState(fileArr, true); UntrackOperation utrop = new UntrackOperation(containers); utrop.execute(new NullProgressMonitor()); assertTrackedState(fileArr, false); } }