mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-07 17:23:11 +00:00

* Rename web to wherehows-api and update README. * Rename backend-service to wherehows-backend * Rename metadata-etl to wherehows-etl * Rename hadoop-dataset-extractor-standalone to wherehows-hadoop
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() {
|
|
}
|
|
}
|