You could write a matcher as follows:
ofType(CDateTime.class, any_other_matchers...)
The resolvers helps to drill down the UI to find all possible widgets.
Since the CDateTime is a composite, you'll need to ensure that the
CompositeResolver does not drill through the widget and find controls
w
Hi,
I'm trying to write some new test cases with swtbot 2.0.
We now have a Nebula CDateTime Widget, that's opened by a Combo Button.
How can I write a Matcher to get access to this widget? It wasn't necessary
to do something like that for our tests, until now... so I don't know where
to start!