Class TestedAttribute

A custom attribute to mark methods and properties as being tested sufficiently in the regression test suite.

Implements

System.Runtime.InteropServices._Attribute

Bases

object, System.Attribute

Field overview

via

Property overview

TypeId, Inherited from System.Attribute

Constructor overview

TestedAttribute()

Method overview

Equals(object obj), Inherited from System.Attribute ,
Finalize(), Inherited from object ,
GetHashCode(), Inherited from System.Attribute ,
GetType(), Inherited from object ,
IsDefaultAttribute(), Inherited from System.Attribute ,
Match(object obj), Inherited from System.Attribute ,
MemberwiseClone(), Inherited from object ,
ToString()

Field details

string via Optional reference to test case

Constructor details

TestedAttribute()

Method details

string ToString() Pretty print attribute value
Returns:"Tested via " + via