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

Function Test_Int642String_2

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

Source from the content-addressed store, hash-verified

71}
72
73func Test_Int642String_2(t *testing.T) {
74 var vint int64 = 1 << 62 >> 4
75 s := Int642String(vint)
76 t.Log(vint, "Int64 to String: ", s)
77
78 test.Equal(t, "288230376151711744", s)
79}
80
81//NSToTime
82func Test_NSToTime_1(t *testing.T) {

Callers

nothing calls this directly

Calls 2

EqualFunction · 0.92
Int642StringFunction · 0.85

Tested by

no test coverage detected