Revision: 7
http://svn.sourceforge.net/edevsagetools/?rev=7&view=rev
Author: avdyk
Date: 2007-02-19 07:17:20 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
moving files
Added Paths:
-----------
trunk/synchro-core/src/test/java/be/edev/sagetools/
trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/
trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/core/
trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/core/AppTest.java
Added: trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/core/AppTest.java
===================================================================
--- trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/core/AppTest.java (rev 0)
+++ trunk/synchro-core/src/test/java/be/edev/sagetools/synchro/core/AppTest.java 2007-02-19 15:17:20 UTC (rev 7)
@@ -0,0 +1,38 @@
+package be.edev.edevsagetools.synchro.core;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest
+ extends TestCase
+{
+ /**
+ * Create the test case
+ *
+ * @param testName name of the test case
+ */
+ public AppTest( String testName )
+ {
+ super( testName );
+ }
+
+ /**
+ * @return the suite of tests being tested
+ */
+ public static Test suite()
+ {
+ return new TestSuite( AppTest.class );
+ }
+
+ /**
+ * Rigourous Test :-)
+ */
+ public void testApp()
+ {
+ assertTrue( true );
+ }
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|