MCPcopy Index your code
hub / github.com/google/go-github / TestAdvancedSecurity_String

Function TestAdvancedSecurity_String

github/github-stringify_test.go:107–116  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

105}
106
107func TestAdvancedSecurity_String(t *testing.T) {
108 t.Parallel()
109 v := AdvancedSecurity{
110 Status: Ptr(""),
111 }
112 want := `github.AdvancedSecurity{Status:""}`
113 if got := v.String(); got != want {
114 t.Errorf("AdvancedSecurity.String = %v, want %v", got, want)
115 }
116}
117
118func TestArtifactPeriod_String(t *testing.T) {
119 t.Parallel()

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
PtrFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…