All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.instrumentation.test.LibraryTestTrait.groovy Maven / Gradle / Ivy

There is a newer version: 2.12.0-alpha
Show newest version
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package io.opentelemetry.instrumentation.test


import io.opentelemetry.instrumentation.testing.LibraryTestRunner

/**
 * A trait which initializes instrumentation library tests, including a test span exporter. All
 * library tests should implement this trait.
 */
trait LibraryTestTrait {
  // library test runner has to be initialized statically so that GlobalOpenTelemetry is set as soon as possible
  private static final LibraryTestRunner RUNNER = LibraryTestRunner.instance()

  LibraryTestRunner testRunner() {
    RUNNER
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy