blob: e355ef1f88faf7ebb14b12b44ffa1f317c418d7d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010-2013 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
* which accompanies this distribution.
* The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Contributors:
* dclarke - Employee Demo 2.4
******************************************************************************/
package eclipselink.example.jpa.employee.test.model;
import org.junit.Test;
import example.JavaSEExample;
public class JavaSEExampleTest {
@Test
public void testMain() throws Exception {
JavaSEExample.main(null);
}
}