PHP 클래스 GcConfig\Controller\RoleControllerTest

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

공개 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testCreateAction ( ) : void Test
testCreateActionWithPostData ( ) : void Test
testCreateActionWithWrongPostData ( ) : void Test
testDeleteAction ( ) : void Test
testDeleteActionWithWrongId ( ) : void Test
testEditAction ( ) : void Test
testEditActionWithPostData ( ) : void Test
testEditActionWithWrongId ( ) : void Test
testEditActionWithWrongPostData ( ) : 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

testCreateActionWithPostData() 공개 메소드

Test
public testCreateActionWithPostData ( ) : void
리턴 void

testCreateActionWithWrongPostData() 공개 메소드

Test

testDeleteAction() 공개 메소드

Test
public testDeleteAction ( ) : void
리턴 void

testDeleteActionWithWrongId() 공개 메소드

Test
public testDeleteActionWithWrongId ( ) : void
리턴 void

testEditAction() 공개 메소드

Test
public testEditAction ( ) : void
리턴 void

testEditActionWithPostData() 공개 메소드

Test
public testEditActionWithPostData ( ) : void
리턴 void

testEditActionWithWrongId() 공개 메소드

Test
public testEditActionWithWrongId ( ) : void
리턴 void

testEditActionWithWrongPostData() 공개 메소드

Test

testIndexAction() 공개 메소드

Test
public testIndexAction ( ) : void
리턴 void