Applies toTTestDecorator
DeclarationFunction GetName: string; Implementation
function TTestDecorator.GetName: string; begin Result := Format('[d] %s', [getTest.Name]); End;