C# 클래스 NUnit.Gui.Model.ResultNode

TestNode represents a single NUnit test result in the test model.
상속: NUnit.Gui.Model.TestNode
파일 보기 프로젝트 열기: nunit/nunit-gui 1 사용 예제들

공개 메소드들

메소드 설명
ResultNode ( XmlNode xmlNode ) : System
ResultNode ( string xmlText ) : System

비공개 메소드들

메소드 설명
GetStatus ( ) : TestStatus
InitializeResultProperties ( ) : void

메소드 상세

ResultNode() 공개 메소드

public ResultNode ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
리턴 System

ResultNode() 공개 메소드

public ResultNode ( string xmlText ) : System
xmlText string
리턴 System