C# 클래스 TheNewEngine.Infrastructure.BrewedForce.CallListItem

A single item in the call list of Test_Class. Holds information about the type, the instance, optional parameters, an optional exception and the tested method itself.
Implements the Immutable pattern.
파일 보기 프로젝트 열기: Christof/afterglow

공개 메소드들

메소드 설명
CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod ) : System
CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, Exception exception ) : System
CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, object parameterValues ) : System
CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, object parameterValues, Exception exception ) : System
GetCallTextInfo ( object instance, MethodInfo methodInfo, object parameterValues ) : string
GetInstanceTextInfo ( object instance ) : string
GetParameterTextInfo ( object instance, ParameterInfo parameterInfo ) : string
ToString ( ) : string

메소드 상세

CallListItem() 공개 메소드

public CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod ) : System
callingType System.Type
callingInstance object
callingMethod System.Reflection.MethodInfo
리턴 System

CallListItem() 공개 메소드

public CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, Exception exception ) : System
callingType System.Type
callingInstance object
callingMethod System.Reflection.MethodInfo
exception System.Exception
리턴 System

CallListItem() 공개 메소드

public CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, object parameterValues ) : System
callingType System.Type
callingInstance object
callingMethod System.Reflection.MethodInfo
parameterValues object
리턴 System

CallListItem() 공개 메소드

public CallListItem ( Type callingType, object callingInstance, MethodInfo callingMethod, object parameterValues, Exception exception ) : System
callingType System.Type
callingInstance object
callingMethod System.Reflection.MethodInfo
parameterValues object
exception System.Exception
리턴 System

GetCallTextInfo() 공개 정적인 메소드

public static GetCallTextInfo ( object instance, MethodInfo methodInfo, object parameterValues ) : string
instance object
methodInfo System.Reflection.MethodInfo
parameterValues object
리턴 string

GetInstanceTextInfo() 공개 정적인 메소드

public static GetInstanceTextInfo ( object instance ) : string
instance object
리턴 string

GetParameterTextInfo() 공개 정적인 메소드

public static GetParameterTextInfo ( object instance, ParameterInfo parameterInfo ) : string
instance object
parameterInfo System.Reflection.ParameterInfo
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string