package com.commafeed.backend; import org.junit.Assert; import org.junit.Test; public class SampleTest { @Test public void init() { Assert.assertEquals(2, 2); } }