MCPcopy Create free account
hub / github.com/CPChain/chain / TestString

Function TestString

configs/run_mode_test.go:48–51  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

46}
47
48func TestString(t *testing.T) {
49 SetRunMode(Testnet)
50 assert.Equal(t, "testnet", runModeValue.String())
51}

Callers

nothing calls this directly

Calls 3

SetRunModeFunction · 0.70
EqualMethod · 0.65
StringMethod · 0.45

Tested by

no test coverage detected