Dane Anderson - 2009-04-07

Since a CTabItemTester is current not available you have to do the following just to find a CTabItem:

CTabItem item = (CTabItem) WidgetFinderImpl.getFinder().find(WorkbenchUtil.getActiveShell(), new WidgetText2Matcher(tabText, CTabItem.class, false));

This is a very good idea Justin.