Skip to content

TelemetryTests Class

Definition

Telemetry tests.

C#
[TestClass]
public class TelemetryTests

Inheritance object

Methods

TestInit()

Initialize method called before each test is run.

C#
[TestInitialize]
public void TestInit()

TestCleanup()

Cleanup method called after each test is run.

C#
[TestCleanup]
public void TestCleanup()

TestTraceInfo()

Trace tests.

C#
[TestMethod]
public void TestTraceInfo()

TestTrackMetric()

Metric tests.

C#
[TestMethod]
public void TestTrackMetric()

TestTrackerTypeMethods()

TrackerType piping tests.

C#
[TestMethod]
public void TestTrackerTypeMethods()

TestCollectionsAsParameters()

Tests passing various basic collections as parameters.

C#
[TestMethod]
public void TestCollectionsAsParameters()

TestRequiredParametersAndTelemetryContext()

Tests RequiredParameters with the TelemetryContext functionality.

C#
[TestMethod]
public void TestRequiredParametersAndTelemetryContext()