componenttest

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 12 Imported by: 29

Documentation

Overview

Package componenttest define types and functions used to help test packages implementing the component package interfaces.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewNopExporterFactory added in v0.23.0

func NewNopExporterFactory() component.ExporterFactory

NewNopExporterFactory returns a component.ExporterFactory that constructs nop exporters.

func NewNopExtensionFactory added in v0.23.0

func NewNopExtensionFactory() component.ExtensionFactory

NewNopExtensionFactory returns a component.ExtensionFactory that constructs nop exporters.

func NewNopHost

func NewNopHost() component.Host

NewNopHost returns a new instance of nopHost with proper defaults for most tests.

func NewNopProcessorFactory added in v0.23.0

func NewNopProcessorFactory() component.ProcessorFactory

NewNopProcessorFactory returns a component.ProcessorFactory that constructs nop exporters.

func NewNopReceiverFactory added in v0.23.0

func NewNopReceiverFactory() component.ReceiverFactory

NewNopReceiverFactory returns a component.ReceiverFactory that constructs nop exporters.

func NopFactories added in v0.23.0

func NopFactories() (component.Factories, error)

NopFactories returns a component.Factories with all nop factories.

func VerifyProcessorShutdown added in v0.22.0

func VerifyProcessorShutdown(t *testing.T, factory component.ProcessorFactory, cfg config.Processor)

VerifyProcessorShutdown verifies the processor doesn't produce telemetry data after shutdown.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL