TelemetryTests Class
Definition
Telemetry tests.
[TestClass]public class TelemetryTestsInheritance object
Methods
TestInit()
Initialize method called before each test is run.
[TestInitialize]public void TestInit()TestCleanup()
Cleanup method called after each test is run.
[TestCleanup]public void TestCleanup()TestTraceInfo()
Trace tests.
[TestMethod]public void TestTraceInfo()TestTrackMetric()
Metric tests.
[TestMethod]public void TestTrackMetric()TestTrackerTypeMethods()
TrackerType piping tests.
[TestMethod]public void TestTrackerTypeMethods()TestCollectionsAsParameters()
Tests passing various basic collections as parameters.
[TestMethod]public void TestCollectionsAsParameters()TestRequiredParametersAndTelemetryContext()
Tests RequiredParameters with the TelemetryContext functionality.
[TestMethod]public void TestRequiredParametersAndTelemetryContext()