MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / TestMaxPanic

Function TestMaxPanic

roaring_test.go:629–637  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

627}
628
629func TestMaxPanic(t *testing.T) {
630 defer func() {
631 if r := recover(); r != nil {
632 }
633 }()
634 bm := New()
635 bm.Maximum()
636 t.Errorf("The code did not panic")
637}
638
639func TestMinPanic(t *testing.T) {
640 defer func() {

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
MaximumMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…