Skip to content
Snippets Groups Projects
Commit 0a56ae86 authored by Goik Martin's avatar Goik Martin
Browse files

Missing header doc

parent 0cbcbbdd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ import org.junit.Test;
* Unit test for simple App.
*/
public class AppTest {
/**
* Dummy test method
*/
@Test
public void testApp() {
Assert.assertTrue( true );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment