PHP 클래스 GraphQL\Tests\Language\SchemaParserTest

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

공개 메소드들

메소드 설명
testDoubleValueEnum ( )
testScalar ( )
testSimpleExtension ( )
testSimpleFieldWithArg ( )
testSimpleFieldWithArgWithDefaultValue ( )
testSimpleFieldWithListArg ( )
testSimpleFieldWithTwoArgs ( )
testSimpleInputObject ( )
testSimpleInputObjectWithArgsShouldFail ( )
testSimpleInterface ( )
testSimpleNonNullType ( )
testSimpleType ( )
testSimpleTypeInheritingInterface ( )
testSimpleTypeInheritingMultipleInterfaces ( )
testSimpleUnion ( )
testSingleValueEnum ( )
testUnionWithTwoTypes ( )

비공개 메소드들

메소드 설명
enumValueNode ( $name, $loc )
fieldNode ( $name, $type, $loc )
fieldNodeWithArgs ( $name, $type, $args, $loc )
inputValueNode ( $name, $type, $defaultValue, $loc )
nameNode ( $name, $loc )
typeNode ( $name, $loc )

메소드 상세

testDoubleValueEnum() 공개 메소드

public testDoubleValueEnum ( )

testScalar() 공개 메소드

public testScalar ( )

testSimpleExtension() 공개 메소드

public testSimpleExtension ( )

testSimpleFieldWithArg() 공개 메소드

testSimpleFieldWithArgWithDefaultValue() 공개 메소드

testSimpleFieldWithListArg() 공개 메소드

testSimpleFieldWithTwoArgs() 공개 메소드

testSimpleInputObject() 공개 메소드

testSimpleInputObjectWithArgsShouldFail() 공개 메소드

testSimpleInterface() 공개 메소드

public testSimpleInterface ( )

testSimpleNonNullType() 공개 메소드

testSimpleType() 공개 메소드

public testSimpleType ( )

testSimpleTypeInheritingInterface() 공개 메소드

testSimpleTypeInheritingMultipleInterfaces() 공개 메소드

testSimpleUnion() 공개 메소드

public testSimpleUnion ( )

testSingleValueEnum() 공개 메소드

public testSingleValueEnum ( )

testUnionWithTwoTypes() 공개 메소드