| Unit test runner: Incompatible types [message #1021771] |
Wed, 20 March 2013 12:41  |
Mr Manner Messages: 18 Registered: January 2013 |
Junior Member |
|
|
I get a strange error in my xtend test files. At the point of the @RunWith
@InjectWith(typeof(JsonInjectorProvider))
@RunWith(typeof(XtextRunner))
I get the following error message:
Incompatible types. Expected java.lang.Class<? extends org.junit.runner.Runner>
but was java.lang.Class<org.eclipse.xtext.junit4.XtextRunner>
This started to happen after I used the xtext parser as described
here inside of my eclipse plugin.
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05511 seconds