C# 클래스 CrossUI.Runner.WPF.TestResultPresenter

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

공개 메소드들

메소드 설명
TestResultPresenter ( AssemblyTestConfiguration config, UI control ) : System
present ( TestResultAssembly result ) : void

비공개 메소드들

메소드 설명
classCollapsed ( TestResultClass result, UI ui ) : void
classExpanded ( TestResultClass result, UI ui ) : void
connectClassExpander ( TestResultClass result, UI ui ) : void
createClassResultControl ( TestResultClass result ) : Control
createImage ( TestResultBitmap bitmap ) : Image
createMethodResultControl ( TestResultMethod result ) : Control
formatTime ( System.TimeSpan span ) : string
hideError ( System.Windows.Controls.Label label ) : void
showError ( System.Windows.Controls.Label label, Exception e ) : void

메소드 상세

TestResultPresenter() 공개 메소드

public TestResultPresenter ( AssemblyTestConfiguration config, UI control ) : System
config AssemblyTestConfiguration
control UI
리턴 System

present() 공개 메소드

public present ( TestResultAssembly result ) : void
result CrossUI.Testing.TestResultAssembly
리턴 void