| /* |
| * Licensed to the Apache Software Foundation (ASF) under one or more |
| * license agreements; and to You under the Apache License, version 2.0: |
| * |
| * https://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * This file is part of the Apache Pekko project, which was derived from Akka. |
| */ |
| |
| /* |
| * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com> |
| */ |
| |
| import org.apache.pekko.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, HandlerExampleDocTest.class}) |
| public class AllJavaTests {} |