MCPcopy Create free account
hub / github.com/tendermint/tendermint / TestBaseApp

Function TestBaseApp

abci/example/example_test.go:37–40  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

35}
36
37func TestBaseApp(t *testing.T) {
38 fmt.Println("### Testing BaseApp")
39 testStream(t, types.NewBaseApplication())
40}
41
42func TestGRPC(t *testing.T) {
43 fmt.Println("### Testing GRPC")

Callers

nothing calls this directly

Calls 2

NewBaseApplicationFunction · 0.92
testStreamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…