On 2014-07-19 01:47, Mike wrote:
* How does one go about testing DWT?
I don't have a good answer to that. I mostly try the snippets and see that they behave correctly. For some snippets it might not always be easy to see what they're supposed to do or behave. In that case I compare with the the behavior of the Java version.
SWT has some kind of tests [1], which probably should be ported at some time.
[1] http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/tests/org.eclipse.swt.tests
-- /Jacob Carlborg