Skip to content

Instantly share code, notes, and snippets.

View mhossen's full-sized avatar
:atom:
Lets Learn togather

Mohammed Hossen mhossen

:atom:
Lets Learn togather
View GitHub Profile
@fijiaaron
fijiaaron / TestRunner.cs
Created November 22, 2011 23:52
Running NUnit tests programmatically
using System;
using NUnit.Core;
using NUnit.Framework.Constraints;
namespace oneshore.qa.testrunner
{
class TestRunner
{
public static void Main(String[] args)
{