assertEquals("solution class source", "solution source", client.getSolutionSource("className"));
}
@Test(timeout = TIMEOUT)
public void clientRethrowsWorkspaceCreationExceptionOccuredOnServer() throws Exception {
final WorkspaceManager workspaceManager = context.mock(WorkspaceManager.class);
IntelliJCoderServer server = new IntelliJCoderServer(workspaceManager, new Network());
int port = server.start();
IntelliJCoderClient client = new IntelliJCoderClient(new Network(), port);