ApprovalTests.Reporters.AssertReporter.IsFrameworkUsed C# (CSharp) Method

IsFrameworkUsed() public method

public IsFrameworkUsed ( ) : bool
return bool
        public bool IsFrameworkUsed()
        {
            return AttributeStackTraceParser.GetFirstFrameForAttribute(Approvals.CurrentCaller, frameworkAttribute) !=
                   null;
        }