This page last changed on Jul 02, 2005 by peli.

MbUnit can load unit test that are targeted to be executed as console application:

Unable to find source-code formatter for language: cs. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
public class Program
 {
    static int Main(string[] args)
    {
        ... do testing
        return errorCode; 
    }
 }

Supported Main signature

  • With or without string[] as argument,
  • With or without int returned.
  • public or private Main, but always static
Document generated by Confluence on Jun 11, 2007 11:56