| Interface | Description |
|---|---|
| IInjectorProvider |
Producer strategy for
Injector's |
| IRegistryConfigurator |
Extension interface to
IInjectorProvider to clean up any side effects introduced through modifying global
state registries such as EPackage.Registry. |
| Class | Description |
|---|---|
| AbstractXtextTests | |
| AbstractXtextTests.Keys | |
| Flaky.Rule |
A test rule that will enable flaky tests to be executed more than once.
|
| GlobalRegistries |
Utility for tests to avoid being based on and doing any side effects to the global registries from EMF.
|
| GlobalRegistries.GlobalStateMemento | |
| TemporaryFolder |
Basically copied from
TemporaryFolder
which looks different in different junit versions and does not reset
the private field TemporaryFolder.folder on the TemporaryFolder.after() event. |
| XtextRunner |
| Annotation Type | Description |
|---|---|
| Flaky |
Annotate a method with
Flaky to mark it as occasionally failing. |
| InjectWith |
Class level annotation to configure an
IInjectorProvider to resolve dependencies via Guice. |