blob: 5d55ca23b8d37e00a7e07519732860090fdc982c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Christian Pontesegger and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.skills.service.storage;
public class WorkspaceDataStorageTest extends AbstractStorageTest {
@Override
protected IDataStorage createStorage() {
return new WorkspaceDataStorage();
}
}