@Test
public void defaultModesOK() {
ILinkingDiagnosticContext diagnosticContext = createMock(ILinkingDiagnosticContext.class);
LexerCommand command = createMock(LexerCommand.class);
LexerCommands commands = createMock(LexerCommands.class);
expect(diagnosticContext.getLinkText()).andReturn("HIDDEN");
expect(diagnosticContext.getContext()).andReturn(command);
expect(command.eContainer()).andReturn(commands);