ApprovalTests.Reporters.AssertReporter.IsFrameworkUsed C# (CSharp) 메소드

IsFrameworkUsed() 공개 메소드

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