func TestBeforeSynced(t *testing.T) { … } func TestGetTrustAnchorsByName(t *testing.T) { … } func TestGetTrustAnchorsByNameCaching(t *testing.T) { … } func TestGetTrustAnchorsBySignerName(t *testing.T) { … } func TestGetTrustAnchorsBySignerNameCaching(t *testing.T) { … } func mustMakeRoot(t *testing.T, cn string) string { … } func mustMakeCTB(name, signerName string, labels map[string]string, bundle string) *certificatesv1alpha1.ClusterTrustBundle { … } func diffBundles(a, b []byte) string { … }