/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ import io.opentelemetry.instrumentation.rxjava3.AbstractRxJava3SubscriptionTest import io.opentelemetry.instrumentation.test.AgentTestTrait class RxJava3SubscriptionTest extends AbstractRxJava3SubscriptionTest implements AgentTestTrait { }