PHP 클래스 GcDevelopment\Controller\DatatypeControllerTest

파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testCreateAction ( ) : void Test
testCreateWithInvalidPostData ( ) : void Test
testCreateWithPostData ( ) : void Test
testDeleteAction ( ) : void Test
testDeleteActionWithInvalidId ( ) : void Test
testEditAction ( ) : void Test
testEditActionWithInvalidPostData ( ) : void Test
testEditActionWithPostData ( ) : void Test
testEditActionWithWrongId ( ) : void Test
testIndexAction ( ) : void Test

메소드 상세

setUp() 공개 메소드

This method is called before a test is executed.
public setUp ( ) : void
리턴 void

testCreateAction() 공개 메소드

Test
public testCreateAction ( ) : void
리턴 void

testCreateWithInvalidPostData() 공개 메소드

Test

testCreateWithPostData() 공개 메소드

Test
public testCreateWithPostData ( ) : void
리턴 void

testDeleteAction() 공개 메소드

Test
public testDeleteAction ( ) : void
리턴 void

testDeleteActionWithInvalidId() 공개 메소드

Test

testEditAction() 공개 메소드

Test
public testEditAction ( ) : void
리턴 void

testEditActionWithInvalidPostData() 공개 메소드

Test

testEditActionWithPostData() 공개 메소드

Test
public testEditActionWithPostData ( ) : void
리턴 void

testEditActionWithWrongId() 공개 메소드

Test
public testEditActionWithWrongId ( ) : void
리턴 void

testIndexAction() 공개 메소드

Test
public testIndexAction ( ) : void
리턴 void