30 lines
870 B
Java
30 lines
870 B
Java
/**
|
|
* 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;
|
|
|
|
@ExtendWith(InjectionExtension.class)/*
|
|
@InjectWith(/* name is null */) */
|
|
@SuppressWarnings("all")
|
|
public class GameParsingTest {
|
|
@Inject
|
|
private /* ParseHelper<Jeu> */Object parseHelper;
|
|
|
|
@Test
|
|
public void loadModel() {
|
|
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");
|
|
}
|
|
}
|