using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnitTestSharp; using UnitTestSharp.Extensions; namespace TestsForUnitTestSharp.Extensions { public class StackTraceExtensionsTests : TestFixture { public void Test() { TODO("Lots of tests for System.StackTrace extensions."); } } }