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

AddTestAttribute() public méthode

public AddTestAttribute ( TestAttribute ta ) : void
ta TestAttribute
Résultat void
		public void AddTestAttribute(TestAttribute ta)
		{
			testList.Add(ta);
		}

Usage Example

		public override void SelfRegister(TestFixture tf)
		{
			tf.AddTestAttribute(this);
		}