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("How do we create mock stack traces to test things with?");
        }
    }
}