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);
		}