=ht* #17279 rename akka-http-* modules where agreed
This commit is contained in:
parent
20530be054
commit
5859c39f8b
140 changed files with 330 additions and 11018 deletions
12
akka-http-tests-java8/src/test/java/AllJavaTests.java
Normal file
12
akka-http-tests-java8/src/test/java/AllJavaTests.java
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
|
||||
*/
|
||||
|
||||
import akka.http.server.japi.HandlerBindingTest;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
|
||||
@RunWith(Suite.class)
|
||||
@Suite.SuiteClasses(HandlerBindingTest.class)
|
||||
public class AllJavaTests {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue