Imports of package aggregatortest

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
go.opentelemetry.io/otel/internal/testing
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/metric/number
go.opentelemetry.io/otel/sdk/export/metric
go.opentelemetry.io/otel/sdk/export/metric/aggregation
go.opentelemetry.io/otel/sdk/metric/aggregator
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
testingPackage testing provides support for automated testing of Go packages.
unsafePackage unsafe contains operations that step around the type safety of Go programs.