MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / TestMustParseBig256

Function TestMustParseBig256

utils/big_test.go:62–69  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

60}
61
62func TestMustParseBig256(t *testing.T) {
63 defer func() {
64 if recover() == nil {
65 t.Error("MustParseBig should've panicked")
66 }
67 }()
68 MustParseBig256("ggg")
69}
70
71func TestBigMax(t *testing.T) {
72 a := big.NewInt(10)

Callers

nothing calls this directly

Calls 2

MustParseBig256Function · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected