blob: 56495fe49022207a2aaac0346efff8df8fbdba14 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 SAP SE and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP SE - initial API and implementation
*******************************************************************************/
import org.junit.Assert;
import org.junit.Test;
public class DummyTest {
@Test
public void test() {
Assert.assertTrue(true);
}
}