PHP 클래스 GraphQL\Tests\Validator\ArgumentsOfCorrectTypeTest

상속: extends TestCase
파일 보기 프로젝트 열기: webonyx/graphql-php

공개 메소드들

메소드 설명
badValue ( $argName, $typeName, $value, $line, $column, $errors = null )
testAllReqsAndOptsOnMixedList ( )
testArgOnOptionalArg ( )
testBigIntIntoInt ( )
testBooleanIntoEnum ( )
testBooleanIntoFloat ( )
testBooleanIntoID ( )
testBooleanIntoString ( )
testDifferentCaseEnumValueIntoEnum ( )
testEmptyListValue ( )
testFloatIntoBoolean ( )
testFloatIntoEnum ( )
testFloatIntoID ( )
testFloatIntoInt ( )
testFloatIntoString ( )
testFullObject ( )
testFullObjectWithFieldsInDifferentOrder ( )
testGoodBooleanValue ( )
testGoodEnumValue ( )
testGoodFloatValue ( )
testGoodIntValue ( )
testGoodListValue ( )
testGoodStringValue ( )
testIncorrectItemtype ( )
testIncorrectValueAndMissingArgument ( )
testIncorrectValueType ( )
testIntIntoBoolean ( )
testIntIntoEnum ( )
testIntIntoFloat ( )
testIntIntoID ( )
testIntIntoString ( )
testMultipleArgs ( )
testMultipleArgsReverseOrder ( )
testMultipleReqsAndOneOptOnMixedList ( )
testMultipleReqsOnMixedList ( )
testNoArgOnOptionalArg ( )
testNoArgsOnMultipleOptional ( )
testNullIntoNullableType ( )
testNullValue ( )
testNullValue2 ( )
testOneArgOnMultipleOptional ( )
testOptionalArgDespiteRequiredFieldInType ( )
testPartialObjectIncludingRequired ( )
testPartialObjectInvalidFieldType ( )
testPartialObjectMissingRequired ( )
testPartialObjectOnlyRequired ( )
testPartialObjectRequiredFieldCanBeFalsey ( )
testPartialObjectUnknownFieldArg ( )
testSecondArgOnMultipleOptional ( )
testSimpleFloatIntoInt ( )
testSingleValueIntoList ( )
testSingleValueOfIncorrectType ( )
testStringIntoBoolean ( )
testStringIntoEnum ( )
testStringIntoFloat ( )
testStringIntoID ( )
testStringIntoInt ( )
testUnknownEnumValueIntoEnum ( )
testUnquotedIntoBoolean ( )
testUnquotedIntoFloat ( )
testUnquotedIntoID ( )
testUnquotedStringIntoInt ( )
testUnquotedStringIntoString ( )
testWithDirectiveWithIncorrectTypes ( )
testWithDirectivesOfValidTypes ( )

메소드 상세

badValue() 공개 메소드

public badValue ( $argName, $typeName, $value, $line, $column, $errors = null )

testAllReqsAndOptsOnMixedList() 공개 메소드

testArgOnOptionalArg() 공개 메소드

testBigIntIntoInt() 공개 메소드

public testBigIntIntoInt ( )

testBooleanIntoEnum() 공개 메소드

public testBooleanIntoEnum ( )

testBooleanIntoFloat() 공개 메소드

testBooleanIntoID() 공개 메소드

public testBooleanIntoID ( )

testBooleanIntoString() 공개 메소드

testDifferentCaseEnumValueIntoEnum() 공개 메소드

testEmptyListValue() 공개 메소드

public testEmptyListValue ( )

testFloatIntoBoolean() 공개 메소드

testFloatIntoEnum() 공개 메소드

public testFloatIntoEnum ( )

testFloatIntoID() 공개 메소드

public testFloatIntoID ( )

testFloatIntoInt() 공개 메소드

public testFloatIntoInt ( )

testFloatIntoString() 공개 메소드

public testFloatIntoString ( )

testFullObject() 공개 메소드

public testFullObject ( )

testFullObjectWithFieldsInDifferentOrder() 공개 메소드

testGoodBooleanValue() 공개 메소드

testGoodEnumValue() 공개 메소드

public testGoodEnumValue ( )

testGoodFloatValue() 공개 메소드

public testGoodFloatValue ( )

testGoodIntValue() 공개 메소드

public testGoodIntValue ( )

testGoodListValue() 공개 메소드

public testGoodListValue ( )

testGoodStringValue() 공개 메소드

public testGoodStringValue ( )

testIncorrectItemtype() 공개 메소드

testIncorrectValueAndMissingArgument() 공개 메소드

testIncorrectValueType() 공개 메소드

testIntIntoBoolean() 공개 메소드

public testIntIntoBoolean ( )

testIntIntoEnum() 공개 메소드

public testIntIntoEnum ( )

testIntIntoFloat() 공개 메소드

public testIntIntoFloat ( )

testIntIntoID() 공개 메소드

public testIntIntoID ( )

testIntIntoString() 공개 메소드

public testIntIntoString ( )

testMultipleArgs() 공개 메소드

public testMultipleArgs ( )

testMultipleArgsReverseOrder() 공개 메소드

testMultipleReqsAndOneOptOnMixedList() 공개 메소드

testMultipleReqsOnMixedList() 공개 메소드

testNoArgOnOptionalArg() 공개 메소드

testNoArgsOnMultipleOptional() 공개 메소드

testNullIntoNullableType() 공개 메소드

testNullValue() 공개 메소드

public testNullValue ( )

testNullValue2() 공개 메소드

public testNullValue2 ( )

testOneArgOnMultipleOptional() 공개 메소드

testOptionalArgDespiteRequiredFieldInType() 공개 메소드

testPartialObjectIncludingRequired() 공개 메소드

testPartialObjectInvalidFieldType() 공개 메소드

testPartialObjectMissingRequired() 공개 메소드

testPartialObjectOnlyRequired() 공개 메소드

testPartialObjectRequiredFieldCanBeFalsey() 공개 메소드

testPartialObjectUnknownFieldArg() 공개 메소드

testSecondArgOnMultipleOptional() 공개 메소드

testSimpleFloatIntoInt() 공개 메소드

testSingleValueIntoList() 공개 메소드

testSingleValueOfIncorrectType() 공개 메소드

testStringIntoBoolean() 공개 메소드

testStringIntoEnum() 공개 메소드

public testStringIntoEnum ( )

testStringIntoFloat() 공개 메소드

public testStringIntoFloat ( )

testStringIntoID() 공개 메소드

public testStringIntoID ( )

testStringIntoInt() 공개 메소드

public testStringIntoInt ( )

testUnknownEnumValueIntoEnum() 공개 메소드

testUnquotedIntoBoolean() 공개 메소드

testUnquotedIntoFloat() 공개 메소드

testUnquotedIntoID() 공개 메소드

public testUnquotedIntoID ( )

testUnquotedStringIntoInt() 공개 메소드

testUnquotedStringIntoString() 공개 메소드

testWithDirectiveWithIncorrectTypes() 공개 메소드

testWithDirectivesOfValidTypes() 공개 메소드