ApprovalTests.StackTraceParsers.MSpecStackTraceParser.GetAttributeType C# (CSharp) Method

GetAttributeType() protected method

protected GetAttributeType ( ) : string
return string
		protected override string GetAttributeType()
		{
			return "MSpec";
		}