mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
junit tests setup
This commit is contained in:
12
src/test/java/com/commafeed/backend/SampleTest.java
Normal file
12
src/test/java/com/commafeed/backend/SampleTest.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.commafeed.backend;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SampleTest {
|
||||
|
||||
@Test
|
||||
public void init() {
|
||||
Assert.assertEquals(2, 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user