MCPcopy Index your code
hub / github.com/dosco/graphjin / TestRelDatabaseJoinString

Function TestRelDatabaseJoinString

core/multidb_test.go:598–604  ·  view source on GitHub ↗

TestRelDatabaseJoinString verifies the string representation.

(t *testing.T)

Source from the content-addressed store, hash-verified

596
597// TestRelDatabaseJoinString verifies the string representation.
598func TestRelDatabaseJoinString(t *testing.T) {
599 rt := sdata.RelDatabaseJoin
600 s := rt.String()
601 if s != "RelDatabaseJoin" {
602 t.Errorf("String() = %q, want %q", s, "RelDatabaseJoin")
603 }
604}
605
606// TestBuildChildGraphQLQuery tests construction of GraphQL sub-queries
607// for cross-database child table fetching.

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected