C# 클래스 Flood.Tests.GUI

상속: IDisposable
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
guiRenderable Flood.GUI.GuiRenderable
nativeWindow System.Windows.Window
window System.Windows.Window

공개 메소드들

메소드 설명
Dispose ( ) : void
GUI ( ) : System
Render ( string outputPath ) : void
RenderBounds ( Control control, int &width, int &height ) : void
Test ( Control control, string assertId, string assertMessage = "" ) : void

비공개 메소드들

메소드 설명
Assert ( string assertId, string extension, GenerateDataDelegate generator, CompareDataDelegate comparer ) : bool
BuildDumpTree ( Control rootControl ) : GUIDumpData
CompareImages ( string expected, string actual, string diff ) : bool
DumpLayout ( Control control ) : GUIDumpData
HasRenderChanged ( Control id, string assertId ) : bool
HasSerializationChanged ( Control control, string assertId ) : bool
SerializeDumpData ( GUIDumpData data ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GUI() 공개 메소드

public GUI ( ) : System
리턴 System

Render() 공개 메소드

public Render ( string outputPath ) : void
outputPath string
리턴 void

RenderBounds() 공개 메소드

public RenderBounds ( Control control, int &width, int &height ) : void
control Flood.GUI.Controls.Control
width int
height int
리턴 void

Test() 공개 메소드

public Test ( Control control, string assertId, string assertMessage = "" ) : void
control Flood.GUI.Controls.Control
assertId string
assertMessage string
리턴 void

프로퍼티 상세

guiRenderable 공개적으로 프로퍼티

public GuiRenderable,Flood.GUI guiRenderable
리턴 Flood.GUI.GuiRenderable

nativeWindow 공개적으로 프로퍼티

public Window,System.Windows nativeWindow
리턴 System.Windows.Window

window 공개적으로 프로퍼티

public Window,System.Windows window
리턴 System.Windows.Window