Monday, July 19, 2004

The MbUnit.Core.AutoRun class is a new lightweight class that explores and executes the tests contained in the entry assembly. This class can be used to create executable test assemblies that are self-contained.

public class AutoRunTest
{
    public static void Main(string[] args)
    {
        using(MbUnit.Core.AutoRunner auto = new MbUnit.Core.AutoRunner())
        {
            auto.Run();
            auto.ReportToHtml();
        }
    }
}

The AutoRunner class also supports filtering and will be available in 2.16.1.

posted on Monday, July 19, 2004 9:38:00 PM UTC  #    Comments [4]
Tracked by:
"und" (online) [Trackback]
"Generic cialis apcalis price comparison." (Viagra cialis levitra buy cheap cial... [Trackback]
Monday, June 06, 2005 5:48:17 PM UTC
Peli's Blog
Monday, June 06, 2005 5:48:18 PM UTC
Peli's Blog
Monday, June 06, 2005 5:48:18 PM UTC
overflow
Monday, June 06, 2005 5:48:19 PM UTC
Peli's Blog
Comments are closed.