MCPcopy Create free account
hub / github.com/devfeel/dotweb / Test_Int2String_1

Function Test_Int2String_1

framework/convert/convert_test.go:38–43  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

36}
37
38func Test_Int2String_1(t *testing.T) {
39 vint := 9876543210
40 s := Int2String(vint)
41 t.Log(vint, "Int to String: ", s)
42 test.Equal(t, "9876543210", s)
43}
44
45//String2Int64
46func Test_String2Int64_1(t *testing.T) {

Callers

nothing calls this directly

Calls 2

EqualFunction · 0.92
Int2StringFunction · 0.85

Tested by

no test coverage detected