UTCore.TestFixture.RunTests C# (CSharp) Метод

RunTests() публичный Метод

public RunTests ( TestNotificationDelegate testNotificationEvent ) : void
testNotificationEvent TestNotificationDelegate
Результат void
		public void RunTests(TestNotificationDelegate testNotificationEvent)
		{
			object instance = tfa.CreateClass();
			foreach(TestAttribute ta in testList)
                RunTest(testNotificationEvent, instance, ta);
		}