componenttest

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2021 License: Apache-2.0 Imports: 13 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 NewNopExporterCreateSettings added in v0.28.0

func NewNopExporterCreateSettings() component.ExporterCreateSettings

NewNopExporterCreateSettings returns a new nop settings for Create*Exporter functions.

func NewNopExporterFactory added in v0.23.0

func NewNopExporterFactory() component.ExporterFactory

NewNopExporterFactory returns a component.ExporterFactory that constructs nop exporters.

func NewNopExtensionCreateSettings added in v0.28.0

func NewNopExtensionCreateSettings() component.ExtensionCreateSettings

NewNopExtensionCreateSettings returns a new nop settings for Create*Extension functions.

func NewNopExtensionFactory added in v0.23.0

func NewNopExtensionFactory() component.ExtensionFactory

NewNopExtensionFactory returns a component.ExtensionFactory that constructs nop extensions.

func NewNopHost

func NewNopHost() component.Host

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

func NewNopProcessorCreateSettings added in v0.28.0

func NewNopProcessorCreateSettings() component.ProcessorCreateSettings

NewNopProcessorCreateSettings returns a new nop settings for Create*Processor functions.

func NewNopProcessorFactory added in v0.23.0

func NewNopProcessorFactory() component.ProcessorFactory

NewNopProcessorFactory returns a component.ProcessorFactory that constructs nop processors.

func NewNopReceiverCreateSettings added in v0.28.0

func NewNopReceiverCreateSettings() component.ReceiverCreateSettings

NewNopReceiverCreateSettings returns a new nop settings for Create*Receiver functions.

func NewNopReceiverFactory added in v0.23.0

func NewNopReceiverFactory() component.ReceiverFactory

NewNopReceiverFactory returns a component.ReceiverFactory that constructs nop receivers.

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