UTCore.TestFixture.RunTests C# (CSharp) Méthode

RunTests() public méthode

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