C# 클래스 XunitLight.UnitTestFrameworkAssembly

Assembly metadata for the Visual Studio Team Test unit test framework.
상속: IAssembly
파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
GetTestClasses ( ) : ICollection

Reflect and retrieve the test class metadata wrappers for the test assembly.

UnitTestFrameworkAssembly ( IUnitTestProvider provider, UnitTestHarness unitTestHarness, Assembly assembly ) : System

Creates a new unit test assembly wrapper.

비공개 메소드들

메소드 설명
ContainsAMethodWithAFactAttribute ( Type type ) : bool

메소드 상세

GetTestClasses() 공개 메소드

Reflect and retrieve the test class metadata wrappers for the test assembly.
public GetTestClasses ( ) : ICollection
리턴 ICollection

UnitTestFrameworkAssembly() 공개 메소드

Creates a new unit test assembly wrapper.
public UnitTestFrameworkAssembly ( IUnitTestProvider provider, UnitTestHarness unitTestHarness, Assembly assembly ) : System
provider IUnitTestProvider Unit test metadata provider.
unitTestHarness Microsoft.Silverlight.Testing.Harness.UnitTestHarness A reference to the unit test harness.
assembly System.Reflection.Assembly Assembly reflection object.
리턴 System