PHP 클래스 gossi\codegen\tests\model\ClassTest

상속: extends PHPUnit_Framework_TestCase, use trait gossi\codegen\tests\parts\ModelAssertions, use trait gossi\codegen\tests\parts\ValueTests
파일 보기 프로젝트 열기: gossi/php-code-generator

공개 메소드들

메소드 설명
testAbstract ( )
testConstants ( )
testDescripion ( )
testFinal ( )
testGetConstantThrowsExceptionWhenConstantDoesNotExist ( )
testInterfaces ( )
testLongDescription ( )
testParentClassName ( )
testProperties ( )
testRemoveConstantThrowsExceptionWhenConstantDoesNotExist ( )
testRemoveNonExistentProperty ( )
testTraits ( )

메소드 상세

testAbstract() 공개 메소드

public testAbstract ( )

testConstants() 공개 메소드

public testConstants ( )

testDescripion() 공개 메소드

public testDescripion ( )

testFinal() 공개 메소드

public testFinal ( )

testGetConstantThrowsExceptionWhenConstantDoesNotExist() 공개 메소드

testInterfaces() 공개 메소드

public testInterfaces ( )

testLongDescription() 공개 메소드

public testLongDescription ( )

testParentClassName() 공개 메소드

public testParentClassName ( )

testProperties() 공개 메소드

public testProperties ( )

testRemoveConstantThrowsExceptionWhenConstantDoesNotExist() 공개 메소드

testRemoveNonExistentProperty() 공개 메소드

testTraits() 공개 메소드

public testTraits ( )