C# 클래스 Jwc.Experiment.Xunit.TestCaseCommandFactoryTest.TestClass

파일 보기 프로젝트 열기: jwChung/Experimentalism

공개 프로퍼티들

프로퍼티 타입 설명
Arguments object[]
Method System.Reflection.MethodInfo
TestObject object

공개 메소드들

메소드 설명
StaticActualTestMethod ( ) : IEnumerable
TestMethod ( ) : IEnumerable
TestMethod ( string arg1, int arg2, object arg3 ) : IEnumerable
ThrowMethod ( ) : IEnumerable

메소드 상세

StaticActualTestMethod() 공개 메소드

public StaticActualTestMethod ( ) : IEnumerable
리턴 IEnumerable

TestMethod() 공개 메소드

public TestMethod ( ) : IEnumerable
리턴 IEnumerable

TestMethod() 공개 메소드

public TestMethod ( string arg1, int arg2, object arg3 ) : IEnumerable
arg1 string
arg2 int
arg3 object
리턴 IEnumerable

ThrowMethod() 공개 메소드

public ThrowMethod ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

Arguments 공개적으로 정적으로 프로퍼티

public static object[] Arguments
리턴 object[]

Method 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection Method
리턴 System.Reflection.MethodInfo

TestObject 공개적으로 정적으로 프로퍼티

public static object TestObject
리턴 object