kubernetes/staging/src/k8s.io/apiserver/pkg/server/healthz/healthz_test.go

func TestInstallHandler(t *testing.T) {}

func TestInstallPathHandler(t *testing.T) {}

func testMultipleChecks(path, name string, t *testing.T) {}

func TestMultipleChecks(t *testing.T) {}

func TestMultiplePathChecks(t *testing.T) {}

func TestCheckerNames(t *testing.T) {}

func TestFormatQuoted(t *testing.T) {}

func TestGetExcludedChecks(t *testing.T) {}

func TestMetrics(t *testing.T) {}

func createGetRequestWithUrl(rawUrlString string) *http.Request {}

func TestInformerSyncHealthChecker(t *testing.T) {}

type cacheSyncWaiterStub

// WaitForCacheSync is a stub implementation of the corresponding func
// that simply returns the value passed during stub initialization.
func (s cacheSyncWaiterStub) WaitForCacheSync(_ <-chan struct{}

func TestInstallPathHandlerWithHealthyFunc(t *testing.T) {}

type readyOnChanClose

func (readyOnChanClose) Name() string {}

func (c readyOnChanClose) Check(_ *http.Request) error {}