#631 - Partial Response : Get video details by id.

This commit is contained in:
Gopinath Langote 2017-09-14 10:08:56 +05:30
parent 7ca5342819
commit 5828ef9dd1
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package com.iluwatar.partialresponse;
public class VideoResource {
}

View File

@ -0,0 +1,5 @@
import static org.junit.Assert.*;
public class VideoResourceTest {
}