AddTestAttribute() public method

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