C# 클래스 Zetbox.API.AbstractConsumerTests.ProjectDataFixture

This fixture creates a set of Kunden, Projekte, Mitarbeiter and Tasks for testing.
상속: AbstractTestFixture
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
CreateTestData ( IZetboxContext ctx ) : void

Creates a few new test objects

DeleteData ( IZetboxContext ctx ) : void

Deletes all remaining test objects.

SetUp ( ) : void

Deletes all existing test data and creates new objects.

메소드 상세

CreateTestData() 공개 정적인 메소드

Creates a few new test objects
public static CreateTestData ( IZetboxContext ctx ) : void
ctx IZetboxContext this context is used to create the objects
리턴 void

DeleteData() 공개 정적인 메소드

Deletes all remaining test objects.
public static DeleteData ( IZetboxContext ctx ) : void
ctx IZetboxContext this context is used to delete the objects
리턴 void

SetUp() 공개 메소드

Deletes all existing test data and creates new objects.
public SetUp ( ) : void
리턴 void