C# 클래스 UnitTest.TestRunner

파일 보기 프로젝트 열기: eric7237cire/CodeJam 1 사용 예제들

공개 메소드들

메소드 설명
TestFinal2013ProblemDrummerLarge ( ) : void
TestFinal2013ProblemGraduation ( ) : void
TestFinal2013ProblemGraduationSmall ( ) : void
runMain ( Type mainType, object main, Scanner scanner, string ansExpected, object answerType ) : void

비공개 메소드들

메소드 설명
ReadTestFileCases ( ) : void
getAttributeValue ( System.Xml.Linq.XElement el, string attName, string defIfNull = null ) : string
getAutoTests ( string baseDir, System.Xml.Linq.XElement testFileRunner, List explicitCases ) : void
getChildElemValue ( System.Xml.Linq.XElement el, string elemName ) : string
runAllTestFiles ( ) : void
runTestFile ( MainTestData testData ) : void
setBaseDir ( string baseDir, bool set = true ) : string
testName ( string name ) : void

메소드 상세

TestFinal2013ProblemDrummerLarge() 공개 메소드

public TestFinal2013ProblemDrummerLarge ( ) : void
리턴 void

TestFinal2013ProblemGraduation() 공개 메소드

public TestFinal2013ProblemGraduation ( ) : void
리턴 void

TestFinal2013ProblemGraduationSmall() 공개 메소드

public TestFinal2013ProblemGraduationSmall ( ) : void
리턴 void

runMain() 공개 메소드

public runMain ( Type mainType, object main, Scanner scanner, string ansExpected, object answerType ) : void
mainType System.Type
main object
scanner Scanner
ansExpected string
answerType object
리턴 void