1 2 3 4 5 6 7 8 9 10 11 12 13
import com.pina.HolodexService; import com.pina.LiveStream; import org.junit.jupiter.api.Test; public class HolodexServiceTest { @Test public void testGetLiveStreams() throws Exception { //TOOD: Implement testcase using mocking } }
[PATCH repo_name]