C# (CSharp) NUnitLite.Runner TextUI - 10 exemples trouvés. Ce sont les exemples réels les mieux notés de NUnitLite.Runner.TextUI extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
TextUI is a general purpose class that runs tests and outputs to a TextWriter. Call it from your Main like this: new TextUI(textWriter).Execute(args); OR new TextUI().Execute(args); The provided TextWriter is used by default, unless the arguments to Execute override it using -out. The second form uses the Console, provided it exists on the platform. NOTE: When running on a platform without a Console, such as Windows Phone, the results will simply not appear if you fail to specify a file in the call itself or as an option.