package ru.bvn13.imdbspider.collection; import org.junit.Test; import static org.junit.Assert.assertTrue; /** * Unit test for simple App. */ public class RunnerTest { /** * Rigorous Test :-) */ @Test public void shouldAnswerWithTrue() { assertTrue( true ); } }