MicroProfile GraphQL :: TCK v2.0-RC3
A B C D E F G H I L O P R S T U V W
A
- addContainsString(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- addHero(SuperHero) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- addHeroes(Collection<SuperHero>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- addHeroToTeam(String, String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- addInput(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- addMembers(SuperHero...) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- addOutput(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- addSidekick(Sidekick) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- addSidekicks(Collection<Sidekick>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- allHeroes() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allHeroesIn(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allHeroesInTeam(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allHeroesWithError() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allHeroesWithPower(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allHeroesWithSpecificError() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- allTeams() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
B
- BasicEnum - Enum in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
To Test the generation of a Enum even if it's not used (directly) as a return type or argument.
- BasicInput - Class in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
To Test the generation of a Input even if it's not used (directly) as an argument.
- BasicInput() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- BasicInput(String) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- BasicInterface - Interface in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
To Test the generation of a Types/Inputs/Enums even if it's not used (directly) as a return type or argument.
- basicMessageEcho(BasicInput) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- BasicType - Class in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
To Test the generation of a Type even if it's not used (directly) as a return type or argument.
- BasicType() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicType
-
- BasicType(String) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicType
-
- battle(String, LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- battleWithCorrectDateFormat(String, LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- beenThere(String, Set<String>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- beStrict() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- bigDecimalObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- bigIntegerObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- byteObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- bytePrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
C
- CAPE - Static variable in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- character(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- Character - Interface in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- charArray() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- charObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- charPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- checkIn(String, LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- checkInWithCorrectDateFormat(String, LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- createNewHero(SuperHero) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- createNewHeroes(List<SuperHero>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- createNewHeroesWithArray(SuperHero[]) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- createNewTeam(Team) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- createNewTeam(String, SuperHero...) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- CsvIOException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
Extending a IOException to test transitive blacklist
- CsvIOException() - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.CsvIOException
-
- CsvIOException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.CsvIOException
-
- CsvIOException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.CsvIOException
-
- CsvIOException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.CsvIOException
-
D
- dateObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- dateTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- DeployableUnit - Class in org.eclipse.microprofile.graphql.tck.dynamic
-
Helper to create the deployable unit to test against
- doubleObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- doublePrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- DuplicateSidekickException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- DuplicateSidekickException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.db.DuplicateSidekickException
-
- DuplicateSuperHeroException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- DuplicateSuperHeroException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.db.DuplicateSuperHeroException
-
- DynamicPaths - Class in org.eclipse.microprofile.graphql.tck.dynamic
-
Where we look for tests in both the Spec level and the implementation level
E
- equals(Object) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- ExecutionDynamicTest - Class in org.eclipse.microprofile.graphql.tck.dynamic
-
This test runs all test defined in the implementation 'src/test/resources' folder and all test included here in the
archive's /tests folder
- ExecutionDynamicTest() - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest
-
- exportToCSVFile(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- exportToFile(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
F
- favouriteDrinkSize(String, float) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- favouriteDrinkSizeInML(String, Float) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- findFlaw(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- FlawNotFoundException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
To test transitive white list exceptions
- FlawNotFoundException() - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.FlawNotFoundException
-
- FlawNotFoundException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.FlawNotFoundException
-
- FlawNotFoundException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.FlawNotFoundException
-
- FlawNotFoundException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.FlawNotFoundException
-
- FlawNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.FlawNotFoundException
-
- floatObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- floatPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
G
- generateSecretToken(SuperHero, boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- getAllHeroes() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- getAllSidekicks() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- getAllTeams() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- getAnotherDateObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getAnotherDateTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getAnotherTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getaway() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- getBankBalance() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getBeenThere() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getBigDecimalObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getBigIntegerObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getBirthday() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getBooleanObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getByteObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getBytePrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getCanWield() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getCharArray() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getCharObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getCharPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getCleanup() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getContainsAnyOfString() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getCostumeColor() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getCount() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getCountdownPlace() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- getCurrentLocation(SuperHero) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- getDailyStandupMeeting() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- getDataForImplementation() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.DynamicPaths
-
- getDataForSpecification() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.DynamicPaths
-
- getDateCreated() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getDateLastUsed() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getDateObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getDateOfLastCheckin() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getDateTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getDeployment(String) - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.DeployableUnit
-
- getDeployment() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest
-
- getDeployment() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.SchemaDynamicValidityTest
-
- getDescription() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getDoubleObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getDoublePrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getEquipment() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getErrorMessage() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getExpectedHttpStatusCode() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getFailMessage() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getFavouriteDrinkSize() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getFloatObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFloatPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedBigDecimalObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedBigIntegerObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedByteObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedDateObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedDateTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedDoubleObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedFloatObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedIntObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedLongObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedLongPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedShortObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getFormattedTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getHeader() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getHeight() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getHero(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- getHeroLocation(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroLocator
-
- getHttpHeaders() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getId() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getIdNumber() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getImplementationTestData() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.GraphQLTestDataProvider
-
- getImportantDates() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getInput() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getIntegerObjectId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getIntObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getIntPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getIntPrimitiveId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getItemById(long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- getKidsAges() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getLastKnownCoordinates() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getLongObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getLongObjectId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getLongPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getLongPrimitiveId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getMembers() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- getMessage() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- getMessage() - Method in interface org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInterface
-
- getMessage() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicType
-
- getName() - Method in interface org.eclipse.microprofile.graphql.tck.apps.superhero.model.Character
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getName() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getNamesOfKnownEnemies() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getNetWorth() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getOutput() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getPatrolStartTime() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getPowerLevel() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- getPrepare() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getPrimaryLocation() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getPriority() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getProperties() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getRealName() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getRivalTeam() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- getScalarHolder() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- getShortObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getShortObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- getShortPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getShortPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- getSidekick(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- getSizeOfTShirt() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getSnippetSearchTerm() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- getSnippetTestData() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.SchemaTestDataProvider
-
- getSpecificationTestData() - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.GraphQLTestDataProvider
-
- getStringObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getSuperHeroSidekicked() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- getSuperPowers() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getTeam(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- getTeam(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- getTeamAffiliations() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getTimeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getTimeOfLastBattle() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getTrack() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- getUuidId() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- getValue() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Token
-
- getVariables() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- getWeight() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- GraphQLTestDataProvider - Class in org.eclipse.microprofile.graphql.tck.dynamic.execution
-
Provide test data for GraphQL Endpoint from the implementation's /src/test/resources/tests directory and the
specification's jar file (in /tests)
H
- hashCode() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- HeroDatabase - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- HeroDatabase() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- HeroFinder - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
- HeroFinder() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- HeroLocator - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- HeroLocator() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroLocator
-
I
- id() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- idNumber(String, Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- idNumberWithCorrectFormat(String, Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- importantDates(String, List<LocalDate>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- importantDatesUS(String, List<LocalDate>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- init(Object) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroLocator
-
- intObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- intPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- isArtificialIntelligenceRating() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- isBooleanObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- isBooleanPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- isBooleanPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- isInvisible() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- isSupernatural() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- Item - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- Item() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- Item(long, String, int, double, float, boolean) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
L
- logLocation(String, LinkedList<BigDecimal>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- logLocationLongLat(String, List<BigDecimal>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- logLocationLongLatWithArray(String, BigDecimal[]) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- logLocationWithArray(String, BigDecimal[]) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- longObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- longPrimitive() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
O
- org.eclipse.microprofile.graphql.tck.apps.basic.api - package org.eclipse.microprofile.graphql.tck.apps.basic.api
-
- org.eclipse.microprofile.graphql.tck.apps.superhero.api - package org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
- org.eclipse.microprofile.graphql.tck.apps.superhero.db - package org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- org.eclipse.microprofile.graphql.tck.apps.superhero.model - package org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- org.eclipse.microprofile.graphql.tck.dynamic - package org.eclipse.microprofile.graphql.tck.dynamic
-
- org.eclipse.microprofile.graphql.tck.dynamic.execution - package org.eclipse.microprofile.graphql.tck.dynamic.execution
-
- org.eclipse.microprofile.graphql.tck.dynamic.schema - package org.eclipse.microprofile.graphql.tck.dynamic.schema
-
P
- PrintUtil - Class in org.eclipse.microprofile.graphql.tck.dynamic.execution
-
Print the Test data to output
- provisionHero(String, Item) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
R
- removeHero(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- removeHero(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- removeHeroesFromTeam(Team, SuperHero...) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- removeHeroesFromTeam(Team, Collection<SuperHero>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
- removeHeroFromTeam(String, String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- removeItemFromHero(String, long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- removeMembers(SuperHero...) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- removeSidekick(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- removeTeam(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- removeTeam(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.db.HeroDatabase
-
S
- ScalarHolder - Class in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
Plain POJO with scalar fields
- ScalarHolder() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- ScalarTestApi - Class in org.eclipse.microprofile.graphql.tck.apps.basic.api
-
Scalar testing.
- ScalarTestApi() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- SchemaDynamicValidityTest - Class in org.eclipse.microprofile.graphql.tck.dynamic
-
Tests that the schema is available at graphql/schema.graphql and that it contains the proper content.
- SchemaDynamicValidityTest() - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.SchemaDynamicValidityTest
-
- SchemaTestDataProvider - Class in org.eclipse.microprofile.graphql.tck.dynamic.schema
-
Provide test data for GraphQL Schema.
- setAnotherDateObject(LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setAnotherDateTimeObject(LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setAnotherTimeObject(LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setArtificialIntelligenceRating(boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setBankBalance(Double) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setBeenThere(Set<String>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setBigDecimalObject(BigDecimal) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setBigIntegerObject(BigInteger) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setBirthday(LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setBooleanObject(Boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setBooleanPrimitive(boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setByteObject(Byte) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setBytePrimitive(byte) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setCanWield(Collection<SuperHero>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setCharArray(char[]) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setCharObject(Character) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setCharPrimitive(char) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setCleanup(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setContainsAnyOfString(List<String>) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setCostumeColor(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setCount(int) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setCountdownPlace(BasicEnum) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- setDailyStandupMeeting(OffsetTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- setDateCreated(ZonedDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setDateLastUsed(OffsetDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setDateObject(LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setDateOfLastCheckin(LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setDateTimeObject(LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setDescription(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setDoubleObject(Double) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setDoublePrimitive(double) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setEquipment(List<Item>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setErrorMessage(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setFavouriteDrinkSize(Float) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setFloatObject(Float) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFloatPrimitive(float) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedBigDecimalObject(BigDecimal) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedBigIntegerObject(BigInteger) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedByteObject(Byte) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedDateObject(LocalDate) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedDateTimeObject(LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedDoubleObject(Double) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedFloatObject(Float) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedIntObject(Integer) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedLongObject(Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedLongPrimitive(long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedShortObject(Short) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setFormattedTimeObject(LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setHeader(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setHeight(double) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setHttpHeaders(Properties) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setId(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setId(long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setIdNumber(Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setImportantDates(List<LocalDate>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setInput(Set<String>) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setIntegerObjectId(Integer) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setIntObject(Integer) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setIntPrimitive(int) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setIntPrimitiveId(int) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setInvisible(boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setKidsAges(List<Integer>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setLastKnownCoordinates(List<BigDecimal>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setLongObject(Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setLongObjectId(Long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setLongPrimitive(long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setLongPrimitiveId(long) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setMembers(List<SuperHero>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- setMessage(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
-
- setMessage(String) - Method in interface org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInterface
-
- setMessage(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicType
-
- setName(String) - Method in interface org.eclipse.microprofile.graphql.tck.apps.superhero.model.Character
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setName(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setNamesOfKnownEnemies(List<String>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setNetWorth(BigDecimal) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setOutput(Set<String>) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setPatrolStartTime(LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setPowerLevel(int) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setPrepare(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setPrimaryLocation(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setProperties(Properties) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setRealName(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setRivalTeam(String, Team) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- setRivalTeam(Team) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- setScalarHolder(ScalarHolder) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- setShortObject(Short) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setShortPrimitive(short) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setSizeOfTShirt(SuperHero.ShirtSize) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setSnippetSearchTerm(String) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- setStringObject(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setSuperHeroSidekicked(SuperHero) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- setSupernatural(boolean) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- setSuperPowers(List<String>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setTeamAffiliations(List<Team>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setTimeObject(LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setTimeOfLastBattle(LocalDateTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- settlement() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- setTrack(List<List<BigDecimal>>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- setUuidId(UUID) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarHolder
-
- setValue(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Token
-
- setVariables(JsonObject) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- setWeight(float) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- shouldIgnore() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- Sidekick - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- Sidekick() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- SidekickDatabase - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- SidekickDatabase() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.db.SidekickDatabase
-
- startPatrolling(String, LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- startPatrollingWithCorrectDateFormat(String, LocalTime) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- stringObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- superHero(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- SuperHero - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- SuperHero() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- SuperHero(List<Team>, List<String>, String, String, String) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- SuperHero.ShirtSize - Enum in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- SuperHeroLookupException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
- SuperHeroLookupException(String, Object) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.SuperHeroLookupException
-
T
- Team - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- Team() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- Team(String, List<SuperHero>) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- tearDown(ITestResult) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest
-
- TestData - Class in org.eclipse.microprofile.graphql.tck.dynamic.execution
-
Simple Holder for Test Data sets
- TestData() - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- TestData(String) - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- TestData(String, Set<String>, Properties, Set<String>, JsonObject, String, String, Properties) - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.execution.TestData
-
- TestData - Class in org.eclipse.microprofile.graphql.tck.dynamic.schema
-
Simple Holder for Test Data sets
- TestData() - Constructor for class org.eclipse.microprofile.graphql.tck.dynamic.schema.TestData
-
- testImplementationSpecific(TestData) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest
-
- testNonNullParameter(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- testPartsOfSchema(TestData) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.SchemaDynamicValidityTest
-
- testResponse() - Method in class org.eclipse.microprofile.graphql.tck.dynamic.SchemaDynamicValidityTest
-
- testSpecification(TestData) - Method in class org.eclipse.microprofile.graphql.tck.dynamic.ExecutionDynamicTest
-
- timeObject() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- toDisk(TestData, String, Throwable) - Static method in class org.eclipse.microprofile.graphql.tck.dynamic.execution.PrintUtil
-
- Token - Class in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- Token() - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Token
-
- Token(String) - Constructor for class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Token
-
- toString() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Item
-
- toString() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Sidekick
-
- toString() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero
-
- toString() - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.model.Team
-
- trackHero(String, List<List<BigDecimal>>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- trackHeroLongLat(String, List<List<BigDecimal>>) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- transformedDate() - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
- transformedNumber(Integer) - Method in class org.eclipse.microprofile.graphql.tck.apps.basic.api.ScalarTestApi
-
U
- UnknownCharacterException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.model
-
- UnknownCharacterException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.model.UnknownCharacterException
-
- UnknownHeroException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- UnknownHeroException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.db.UnknownHeroException
-
- UnknownSidekickException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- UnknownSidekickException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.db.UnknownSidekickException
-
- UnknownTeamException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.db
-
- UnknownTeamException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.db.UnknownTeamException
-
- updateBankBalance(String, double) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- updateBankBalanceInUS(String, Double) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- updateItemPowerLevel(long, int) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- updateItemPowerLevelPercentage(long, int) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- updateNetWorth(String, BigDecimal) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- updateNetWorthInUSD(String, BigDecimal) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
V
- valueOf(String) - Static method in enum org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero.ShirtSize
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.microprofile.graphql.tck.apps.superhero.model.SuperHero.ShirtSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- villian(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
W
- weakness(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
- WeaknessNotFoundException - Exception in org.eclipse.microprofile.graphql.tck.apps.superhero.api
-
- WeaknessNotFoundException() - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.WeaknessNotFoundException
-
- WeaknessNotFoundException(String) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.WeaknessNotFoundException
-
- WeaknessNotFoundException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.WeaknessNotFoundException
-
- WeaknessNotFoundException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.WeaknessNotFoundException
-
- WeaknessNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.microprofile.graphql.tck.apps.superhero.api.WeaknessNotFoundException
-
- wreakHavoc(String) - Method in class org.eclipse.microprofile.graphql.tck.apps.superhero.api.HeroFinder
-
A B C D E F G H I L O P R S T U V W
MicroProfile GraphQL :: TCK v2.0-RC3
Copyright © 2019 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.