Пример #1
0
 public virtual bool IsWorkingInThisEnvironment(string forFile)
 {
     return(GenericDiffReporter.IsTextFile(forFile) &&
            AttributeStackTraceParser.GetFirstFrameForAttribute(Approvals.CurrentCaller, frameworkAttribute) !=
            null);
 }
Пример #2
0
 public bool IsFrameworkUsed()
 {
     return(AttributeStackTraceParser.GetFirstFrameForAttribute(Approvals.CurrentCaller, frameworkAttribute) !=
            null);
 }