Reputation: 211
I have to test my grammar (written with Xtext). I've see it is possible with use of unit test, but I can't find a good tutorial about it.
Can you help me?
Upvotes: 8
Views: 3268
Reputation: 5132
Xpect seems to be the latest development in xtext testing. http://www.xpect-tests.org/
Upvotes: 0
Reputation: 66273
There are several links about this.
The official tutorials have chapter about special Xtext/Junit support: Unit Testing the Language
Xtext-Utils has some tools
Xpect provides a DSL for unittesting DSLs. Slides here (Looks interesting)
The slides of Markus Voelter "Testing DSLs" explain stuff.
Upvotes: 7