=htp a few small things that got lost in the #17988 merge

This commit is contained in:
Johannes Rudolph 2015-07-15 12:42:59 +02:00
parent 26d2910b68
commit 58e78757de
5 changed files with 13 additions and 21 deletions

View file

@ -3,12 +3,14 @@
*/
import akka.http.javadsl.server.HandlerBindingTest;
import docs.http.javadsl.server.HandlerExampleDocTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
HandlerBindingTest.class
HandlerBindingTest.class,
HandlerExampleDocTest.class
})
public class AllJavaTests {
}