Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
6d01d483
Commit
6d01d483
authored
Aug 11, 2010
by
Philippe Merle
Browse files
Added a JUnit test case.
parent
3becab22
Changes
1
Hide whitespace changes
Inline
Side-by-side
frascati/modules/module-native/frascati-interface-native/src/test/java/org/ow2/frascati/native_/test/FraSCAtiTest.java
0 → 100644
View file @
6d01d483
/**
* OW2 FraSCAti: SCA Interface Native
* Copyright (C) 2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
*
*/
package
org.ow2.frascati.native_.test
;
import
org.junit.Test
;
import
org.ow2.frascati.FraSCAti
;
import
org.ow2.frascati.util.FrascatiException
;
/**
* JUnit test case for OW2 FraSCAti class.
*
* @author Philippe Merle.
*/
public
class
FraSCAtiTest
{
@Test
public
final
void
newFraSCAti
()
throws
FrascatiException
{
FraSCAti
.
newFraSCAti
();
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment