io.opentelemetry.instrumentation.test.AgentInstrumentationSpecification.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-testing-common Show documentation
Show all versions of opentelemetry-testing-common Show documentation
OpenTelemetry Javaagent testing commons
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.instrumentation.test
/**
* Base class for spock specifications that test javaagent instrumentations.
*/
abstract class AgentInstrumentationSpecification extends InstrumentationSpecification implements AgentTestTrait {
}