mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 20:21:33 +00:00
15 lines
227 B
Java
15 lines
227 B
Java
import org.junit.*;
|
|
|
|
import play.twirl.api.Content;
|
|
|
|
|
|
import static play.test.Helpers.*;
|
|
import static org.fest.assertions.api.Assertions.*;
|
|
|
|
|
|
public class ApplicationTest {
|
|
@Test
|
|
public void renderTemplate() {
|
|
}
|
|
}
|