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

Function TestI2S_Basic

utils_test.go:34–39  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

32}
33
34func TestI2S_Basic(t *testing.T) {
35 result := I2S(42)
36 if result != "42" {
37 t.Errorf("I2S(42) = %s, want 42", result)
38 }
39}
40
41func TestF2S_Basic(t *testing.T) {
42 result := F2S(42.0)

Callers

nothing calls this directly

Calls 1

I2SFunction · 0.85

Tested by

no test coverage detected