AddTestAttribute() public méthode

public AddTestAttribute ( TestAttribute ta ) : void
ta TestAttribute
Résultat void
		public override void SelfRegister(TestFixture tf)
		{
			tf.AddTestAttribute(this);
		}