=htp a few small things that got lost in the #17988 merge
This commit is contained in:
parent
26d2910b68
commit
58e78757de
5 changed files with 13 additions and 21 deletions
|
|
@ -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 {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue