PHP 클래스 SimpleTest

파일 보기 프로젝트 열기: netresearch/jsonmapper 1 사용 예제들

공개 메소드들

메소드 설명
testMapSimpleBool ( ) Test for "@var bool"
testMapSimpleBoolean ( ) Test for "@var boolean"
testMapSimpleFloat ( ) Test for "@var float"
testMapSimpleHyphen ( ) Variable with hyphen (-)
testMapSimpleHyphenSetter ( ) Variable with hyphen and a setter method
testMapSimpleInt ( ) Test for "@var int"
testMapSimpleInteger ( ) Test for "@var integer"
testMapSimpleMixed ( ) Test for "@var mixed"
testMapSimpleNoType ( ) Test for variable with no @var annotation
testMapSimpleNullableInt ( ) Test for "@var int|null" with int value
testMapSimpleNullableNull ( ) Test for "@var int|null" with null value
testMapSimpleNullableWrong ( ) Test for "@var int|null" with string value
testMapSimpleString ( ) Test for "@var string"
testMapSimpleUnderscore ( ) Variable with an underscore
testMapSimpleUnderscoreSetter ( ) Variable with an underscore and a setter method

메소드 상세

testMapSimpleBool() 공개 메소드

Test for "@var bool"
public testMapSimpleBool ( )

testMapSimpleBoolean() 공개 메소드

Test for "@var boolean"

testMapSimpleFloat() 공개 메소드

Test for "@var float"
public testMapSimpleFloat ( )

testMapSimpleHyphen() 공개 메소드

Variable with hyphen (-)
public testMapSimpleHyphen ( )

testMapSimpleHyphenSetter() 공개 메소드

Variable with hyphen and a setter method

testMapSimpleInt() 공개 메소드

Test for "@var int"
public testMapSimpleInt ( )

testMapSimpleInteger() 공개 메소드

Test for "@var integer"

testMapSimpleMixed() 공개 메소드

Test for "@var mixed"
public testMapSimpleMixed ( )

testMapSimpleNoType() 공개 메소드

Test for variable with no @var annotation
public testMapSimpleNoType ( )

testMapSimpleNullableInt() 공개 메소드

Test for "@var int|null" with int value

testMapSimpleNullableNull() 공개 메소드

Test for "@var int|null" with null value

testMapSimpleNullableWrong() 공개 메소드

Test for "@var int|null" with string value

testMapSimpleString() 공개 메소드

Test for "@var string"
public testMapSimpleString ( )

testMapSimpleUnderscore() 공개 메소드

Variable with an underscore

testMapSimpleUnderscoreSetter() 공개 메소드

Variable with an underscore and a setter method