MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / TestStatsSummary_Interface

Function TestStatsSummary_Interface

stats_test.go:117–123  ·  view source on GitHub ↗

======================================== Stats Interface Tests ========================================

(t *testing.T)

Source from the content-addressed store, hash-verified

115// ========================================
116
117func TestStatsSummary_Interface(t *testing.T) {
118 // Test that both types implement the interface
119 var _ statsSummary = &ContinuousStats{}
120 var _ statsSummary = &DiscreteStats{}
121
122 t.Log("Both stats types implement statsSummary interface")
123}
124
125func TestGetSummaryStr(t *testing.T) {
126 cs := &ContinuousStats{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected