blob: 112b3d6c91d1011166c6d8eeed4469250b1f78aa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 Christian Pontesegger 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:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
loadModule("/Unittest", false);
startTest("active", "an empty test case");
endTest();
startTest("disabled", "test disabled");
ignoreTest("Dynamically disabled test");
endTest();