You are here

46 calls to QueryResultAssertionTrait::assertResults() in GraphQL 8.3

BlockTest::testStaticBlocks in modules/graphql_core/tests/src/Kernel/Blocks/BlockTest.php
Test if two static blocks are in the content area.
BreadcrumbsTest::testBreadcrumbs in modules/graphql_core/tests/src/Kernel/Breadcrumbs/BreadcrumbsTest.php
Test that the breadcrumb query returns breadcrumbs for given path.
BufferedFieldTest::testBatchedFields in tests/src/Kernel/Framework/BufferedFieldTest.php
Test if the schema is created properly.
ContextTest::testSimpleContext in modules/graphql_core/tests/src/Kernel/Context/ContextTest.php
Test if the schema is created properly.
EntityBasicFieldsTest::testBasicFields in modules/graphql_core/tests/src/Kernel/Entity/EntityBasicFieldsTest.php
Test if the basic fields are available on the interface.
EntityByIdTest::testEntityByIdWithTranslation in modules/graphql_core/tests/src/Kernel/Entity/EntityByIdTest.php
Test that the entity query returns all nodes if no args are given.
EntityFieldValueTest::testBoolean in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test boolean fields.
EntityFieldValueTest::testFilteredText in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test filtered text fields.
EntityFieldValueTest::testRawValues in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test if the basic fields are available on the interface.
EntityFieldValueTest::testText in modules/graphql_core/tests/src/Kernel/Entity/EntityFieldValueTest.php
Test a simple text field.
EntityMutationTest::testCreateEntityMutation in modules/graphql_core/tests/src/Kernel/EntityMutation/EntityMutationTest.php
Test entity creation.
EntityMutationTest::testCreateEntityMutationViolation in modules/graphql_core/tests/src/Kernel/EntityMutation/EntityMutationTest.php
Test entity creation violations.
EntityMutationTest::testDeleteEntityMutation in modules/graphql_core/tests/src/Kernel/EntityMutation/EntityMutationTest.php
Test entity deletion.
EntityMutationTest::testUpdateEntityMutation in modules/graphql_core/tests/src/Kernel/EntityMutation/EntityMutationTest.php
Test entity updates.
EntityQueryTest::testEntityQuery in modules/graphql_core/tests/src/Kernel/EntityQuery/EntityQueryTest.php
Test that entity queries work.
EntityQueryTest::testFilterSecurity in modules/graphql_core/tests/src/Kernel/EntityQuery/EntityQueryTest.php
Make sure entity filters are properly secured.
EnumTest::testEnumPlugins in tests/src/Kernel/Extension/EnumTest.php
Test enumeration plugins.
ExternalRequestTest::testExternalRequests in modules/graphql_core/tests/src/Kernel/Routing/ExternalRequestTest.php
Test external requests.
FieldTest::testRootField in tests/src/Kernel/Extension/FieldTest.php
Test if the schema is created properly.
ImageFieldTest::testImageField in modules/graphql_core/tests/src/Kernel/Images/ImageFieldTest.php
Test a simple file field.
InternalRequestTest::testInternalRequests in modules/graphql_core/tests/src/Kernel/Routing/InternalRequestTest.php
Test internal requests.
LanguageContextTest::testDeferredLanguage in tests/src/Kernel/Framework/LanguageContextTest.php
Test deferred language resolvers.
LanguageContextTest::testInheritedLanguage in tests/src/Kernel/Framework/LanguageContextTest.php
Test inherited language.
LanguageContextTest::testOverriddenLanguage in tests/src/Kernel/Framework/LanguageContextTest.php
Test overridden language.
LanguageContextTest::testRootLanguage in tests/src/Kernel/Framework/LanguageContextTest.php
Test root language.
LanguageContextTest::testUnawareField in tests/src/Kernel/Framework/LanguageContextTest.php
Test an language unaware field.
LanguageTest::testLanguageId in modules/graphql_core/tests/src/Kernel/Languages/LanguageTest.php
Test listing of available languages.
LanguageTest::testLanguageSwitchLinks in modules/graphql_core/tests/src/Kernel/Languages/LanguageTest.php
Test language switch links.
MenuTest::testMenuTree in modules/graphql_core/tests/src/Kernel/Menu/MenuTest.php
Test menu tree data retrieval.
MutationTest::testMutationQuery in tests/src/Kernel/Extension/MutationTest.php
Test if the schema is created properly.
OverrideFieldTest::testEcho in tests/src/Kernel/Extension/OverrideFieldTest.php
Test if the schema is created properly.
OverrideTypeTest::testOverriddenTypes in tests/src/Kernel/Extension/OverrideTypeTest.php
Test if the schema is created properly.
RecursiveTypeTest::testRecursiveType in tests/src/Kernel/Extension/RecursiveTypeTest.php
Test if the schema is created properly.
ResolveContextTest::testContextualArguments in tests/src/Kernel/Extension/ResolveContextTest.php
Test manual context handling.
ResolveContextTest::testResolveContext in tests/src/Kernel/Extension/ResolveContextTest.php
Test manual context handling.
ResultCacheTest::testLeakingCacheMetadata in tests/src/Kernel/Framework/ResultCacheTest.php
Test behavior in case of leaking cache metadata.
RouteEntityTest::testRouteEntity in modules/graphql_core/tests/src/Kernel/Routing/RouteEntityTest.php
RouteTest::testRoute in modules/graphql_core/tests/src/Kernel/Routing/RouteTest.php
Test if the schema is created properly.
SecureFieldTest::testByPassFieldSecurity in tests/src/Kernel/Framework/SecureFieldTest.php
Check if the bypass permission works as expected.
SecureFieldTest::testSecureField in tests/src/Kernel/Framework/SecureFieldTest.php
Test if a secure field is accessible.
TestFrameworkTest::testFieldMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test mocked fields.
TestFrameworkTest::testInterfaceMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test interface mocking.
TestFrameworkTest::testMutationMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test mutation mocking.
TestFrameworkTest::testTypeMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test type mocking.
TestFrameworkTest::testUnionMock in tests/src/Kernel/Framework/TestFrameworkTest.php
Test union mocks.
TypeTest::testQuery in tests/src/Kernel/Extension/TypeTest.php
Test if the schema is created properly.