C# 클래스 Tests.StackTraceParserTests

파일 보기 프로젝트 열기: atifaziz/StackTraceParser

비공개 메소드들

메소드 설명
Parse ( string stackTrace, int index, string frame ) : void
Parse ( string stackTrace, int index, string frame, string type, string method, string parameterList, string parameters, string file, string line ) : void
ParseDotNetStackTrace ( string stackTrace, int index, string frame, string type, string method, string parameterList, string parameters, string file, string line ) : void
ParseFailsWithNullMethodSelector ( ) : void
ParseFailsWithNullParameterSelector ( ) : void
ParseFailsWithNullParametersSelector ( ) : void
ParseFailsWithNullSelector ( ) : void
ParseFailsWithNullSourceLocationSelector ( ) : void
ParseFailsWithNullTokenSelector ( ) : void
ParseMonoStackTrace ( string stackTrace, int index, string frame, string type, string method, string parameterList, string parameters, string file, string line ) : void
ParseRunawayBugStackTrace ( string stackTrace, int index, string frame ) : void
ParseSpaceBugStackTrace ( string stackTrace, int index, string frame ) : void
ParseWithSimpleOverloadFailsWithNullSelector ( ) : void