retrofit-graphql
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
retrofit-graphql
retrofit-graphql-codegen-core
/
co.anitrend.retrofit.graphql.codegen
/
FragmentResolverTest
Fragment
Resolver
Test
class
FragmentResolverTest
Members
Constructors
Fragment
Resolver
Test
Link copied to clipboard
constructor
(
)
Functions
should
detect
and
reject
cyclic
fragment
references
Link copied to clipboard
fun
should detect and reject cyclic fragment references
(
)
should
detect
cycles
through
transitive
fragment
references
Link copied to clipboard
fun
should detect cycles through transitive fragment references
(
)
should
detect
self-referencing
fragment
as
cyclic
Link copied to clipboard
fun
should detect self-referencing fragment as cyclic
(
)
should
handle
fragment
spreads
without
directives
Link copied to clipboard
fun
should handle fragment spreads without directives
(
)
should
independently
resolve
fragments
for
unrelated
operations
Link copied to clipboard
fun
should independently resolve fragments for unrelated operations
(
)
should
inline
a
single
fragment
reference
into
an
operation
Link copied to clipboard
fun
should inline a single fragment reference into an operation
(
)
should
not
modify
operation
when
it
has
no
fragment
spreads
even
if
fragments
exist
Link copied to clipboard
fun
should not modify operation when it has no fragment spreads even if fragments exist
(
)
should
preserve
@skip
directive
from
fragment
spread
on
the
inlined
inline
fragment
Link copied to clipboard
fun
should preserve @skip directive from fragment spread on the inlined inline fragment
(
)
should
preserve
directives
from
fragment
spread
on
the
inlined
inline
fragment
Link copied to clipboard
fun
should preserve directives from fragment spread on the inlined inline fragment
(
)
should
preserve
variable
references
through
transitive
fragment
inlining
Link copied to clipboard
fun
should preserve variable references through transitive fragment inlining
(
)
should
resolve
deep
transitive
fragment
chain
Link copied to clipboard
fun
should resolve deep transitive fragment chain
(
)
should
resolve
nested
fragment
references
recursively
Link copied to clipboard
fun
should resolve nested fragment references recursively
(
)
should
resolve
shared
nested
fragment
across
multiple
operations
Link copied to clipboard
fun
should resolve shared nested fragment across multiple operations
(
)
should
resolve
sibling
nested
fragments
from
a
single
parent
Link copied to clipboard
fun
should resolve sibling nested fragments from a single parent
(
)
should
resolve
transitive
nested
fragments
when
operation
only
references
parent
Link copied to clipboard
fun
should resolve transitive nested fragments when operation only references parent
(
)
should
return
operations
unchanged
when
no
fragments
are
provided
Link copied to clipboard
fun
should return operations unchanged when no fragments are provided
(
)
should
throw
when
a
nested
fragment
is
not
defined
Link copied to clipboard
fun
should throw when a nested fragment is not defined
(
)
should
throw
when
a
referenced
fragment
is
not
defined
Link copied to clipboard
fun
should throw when a referenced fragment is not defined
(
)