kubernetes/staging/src/k8s.io/client-go/util/watchlist/watch_list_test.go

// TestPrepareWatchListOptionsFromListOptions test the following cases:
//
// +--------------------------+-----------------+---------+-----------------+
// |   ResourceVersionMatch   | ResourceVersion |  Limit  |  Continuation   |
// +--------------------------+-----------------+---------+-----------------+
// | unset/NotOlderThan/Exact | unset/0/100     | unset/4 | unset/FakeToken |
// +--------------------------+-----------------+---------+-----------------+
func TestPrepareWatchListOptionsFromListOptions(t *testing.T) {}

func expectedWatchListOptionsFor(rv string) metav1.ListOptions {}