SemanticAdaptationParsingTest.xtend 431 B

123456789101112131415161718192021
  1. /*
  2. * generated by Xtext 2.11.0
  3. */
  4. package be.uantwerpen.ansymo.semanticadaptation.tests
  5. import org.eclipse.xtext.testing.InjectWith
  6. import org.eclipse.xtext.testing.XtextRunner
  7. import org.junit.Assert
  8. import org.junit.Test
  9. import org.junit.runner.RunWith
  10. @RunWith(XtextRunner)
  11. @InjectWith(SemanticAdaptationInjectorProvider)
  12. class SemanticAdaptationParsingTest {
  13. @Test
  14. def void loadModel() {
  15. Assert.assertTrue(true)
  16. }
  17. }