func TestMarshalJSON(t *testing.T) { … } func TestUnmarshalJSON(t *testing.T) { … } func TestJSONRoundtrip(t *testing.T) { … } func roundtrip(input string, bts *BootstrapTokenString) error { … } func TestTokenFromIDAndSecret(t *testing.T) { … } func TestNewBootstrapTokenString(t *testing.T) { … } func TestNewBootstrapTokenStringFromIDAndSecret(t *testing.T) { … } var refTime … func TestBootstrapTokenToSecret(t *testing.T) { … } func TestBootstrapTokenToSecretRoundtrip(t *testing.T) { … } func TestEncodeTokenSecretData(t *testing.T) { … } func mustParseDuration(durationStr string, t *testing.T) time.Duration { … } func TestBootstrapTokenFromSecret(t *testing.T) { … } func jsonMarshal(bt *BootstrapToken) string { … }