Upgrade JGit dependency to 0.8.4 and depend on Eclipse dependency
[smart-dao.git] / src / test / java / com / smartitengineering / dao / AppTest.java
blob3ed115208a2471c84c617615dd3fa629f560f0d0
1 package com.smartitengineering.dao;
3 import junit.framework.Test;
4 import junit.framework.TestCase;
5 import junit.framework.TestSuite;
7 /**
8 * Unit test for simple App.
9 */
10 public class AppTest
11 extends TestCase
13 /**
14 * Create the test case
16 * @param testName name of the test case
18 public AppTest( String testName )
20 super( testName );
23 /**
24 * @return the suite of tests being tested
26 public static Test suite()
28 return new TestSuite( AppTest.class );
31 /**
32 * Rigourous Test :-)
34 public void testApp()
36 assertTrue( true );