main
1using MbUnit.Framework;
2
3namespace tests
4{
5    [TestFixture]
6    public class EmptyTestFixture
7    {
8    }
9}