Skip to content

Commit

Permalink
versie naar 1.0.0 em imports geupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfree committed Mar 31, 2016
1 parent 81827f1 commit 30790f6
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package nl.atos.ontwikkelstraat;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;

/**
* Created by nerom on 31-3-2016.
*/
public class OntwikkelstraatApplicationTest {

@Before
public void setUp() {

}

@After
public void tearDwon() {

}

@Test
public void mainApplication() {
OntwikkelstraatApplication.main(new String[]{});
}
}

0 comments on commit 30790f6

Please sign in to comment.