private Mockery context = new Mockery() {{ setImposteriser(ClassImposteriser.INSTANCE); }};
@Test public void
loads_a_file_from_the_workspace() throws IOException, CoreException {
final ScriptRunner scriptRunner = context.mock(ScriptRunner.class);
final ScriptStack scriptStack = context.mock(ScriptStack.class);
final FileContentsReader fileReader = context.mock(FileContentsReader.class);
final IFile location = context.mock(IFile.class, "location");
final IContainer container = context.mock(IContainer.class);