package github.nisrulz.sample.usingfirebasejobdispatcher; import org.junit.Test; public class MyJobServiceTest { @Test public void onStartJob() throws Exception { } @Test public void onStopJob() throws Exception { } }