| /******************************************************************************* | |
| * Copyright (c) 2015 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); | |
| // you are not required to use test cases; they simply help to structure your test results | |
| assertEquals(3, 2+1); | |
| assertTrue(true); | |
| throw new Packages.java.lang.NullPointerException("Not handled"); | |
| // nothing executed beyond this point |