MCPcopy Index your code
hub / github.com/expr-lang/expr / TestEventuallyFalse

Function TestEventuallyFalse

internal/testify/assert/assertions_test.go:2753–2761  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2751}
2752
2753func TestEventuallyFalse(t *testing.T) {
2754 mockT := new(testing.T)
2755
2756 condition := func() bool {
2757 return false
2758 }
2759
2760 False(t, Eventually(mockT, condition, 100*time.Millisecond, 20*time.Millisecond))
2761}
2762
2763func TestEventuallyTrue(t *testing.T) {
2764 state := 0

Callers

nothing calls this directly

Calls 2

FalseFunction · 0.70
EventuallyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…