ProfileResultsFormatterTests NeverStartingReportsNothingProfiled Method Delta Engine Documentation

Namespace: DeltaEngine.Profiling.Tests
Assembly: DeltaEngine.Profiling.Tests (in DeltaEngine.Profiling.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void NeverStartingReportsNothingProfiled()
Examples

[Test]
public void NeverStartingReportsNothingProfiled()
{
    var profiler = new CodeProfiler();
    Assert.AreEqual(NothingProfiled,
        profiler.GetProfilingResultsSummary(ProfilingMode.Rendering));
}
See Also