blob: daeaae5553c9cd9ecb03aa3d4edf6c191982d44b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 Ecole Polytechnique de Montreal
*
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0 which
* accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.tracecompass.incubator.filters.core.tests.stubs;
/**
* Use this class to save data from LSPServerStub Add attributes/functions if
* necessary
*
* {@link LSPServerStub}
*
* @author Maxime Thibault
*
*/
public class LSPServerMockup {
public String fStringReceived = null;
}