UTCore.TestFixture.RunTests C# (CSharp) Method

RunTests() public method

public RunTests ( TestNotificationDelegate testNotificationEvent ) : void
testNotificationEvent TestNotificationDelegate
return void
		public void RunTests(TestNotificationDelegate testNotificationEvent)
		{
			object instance = tfa.CreateClass();
			foreach(TestAttribute ta in testList)
                RunTest(testNotificationEvent, instance, ta);
		}