2021-11-30 17:25:45 +00:00
|
|
|
/**
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
|
|
|
package xtext.tests;
|
|
|
|
|
|
|
|
import com.google.inject.Inject;
|
|
|
|
import org.eclipse.xtext.testing.InjectWith;
|
|
|
|
import org.eclipse.xtext.testing.extensions.InjectionExtension;
|
|
|
|
import org.eclipse.xtext.testing.util.ParseHelper;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
import org.junit.jupiter.api.extension.ExtendWith;
|
|
|
|
|
2021-12-03 07:37:31 +00:00
|
|
|
@ExtendWith(InjectionExtension.class)/*
|
|
|
|
@InjectWith(/* name is null */) */
|
2021-11-30 17:25:45 +00:00
|
|
|
@SuppressWarnings("all")
|
|
|
|
public class GameParsingTest {
|
|
|
|
@Inject
|
2021-12-03 07:37:31 +00:00
|
|
|
private /* ParseHelper<Jeu> */Object parseHelper;
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
@Test
|
|
|
|
public void loadModel() {
|
2021-12-03 07:37:31 +00:00
|
|
|
throw new Error("Unresolved compilation problems:"
|
|
|
|
+ "\nThe field GameParsingTest.parseHelper refers to the missing type Jeu"
|
|
|
|
+ "\neResource cannot be resolved"
|
|
|
|
+ "\nerrors cannot be resolved"
|
|
|
|
+ "\nisEmpty cannot be resolved"
|
|
|
|
+ "\njoin cannot be resolved");
|
2021-11-30 17:25:45 +00:00
|
|
|
}
|
|
|
|
}
|