Search in sources :

Example 1 with LSPDiagnosticsToMarkers

use of org.eclipse.lsp4e.operations.diagnostics.LSPDiagnosticsToMarkers in project lsp4e by eclipse.

the class DiagnosticsTest method setUp.

@Before
public void setUp() throws CoreException {
    project = TestUtils.createProject("DiagnoticsTest" + System.currentTimeMillis());
    diagnosticsToMarkers = new LSPDiagnosticsToMarkers("dummy");
}
Also used : LSPDiagnosticsToMarkers(org.eclipse.lsp4e.operations.diagnostics.LSPDiagnosticsToMarkers) Before(org.junit.Before)

Aggregations

LSPDiagnosticsToMarkers (org.eclipse.lsp4e.operations.diagnostics.LSPDiagnosticsToMarkers)1 Before (org.junit.Before)1