func TestClient(t *testing.T) { … } func TestAtomicPut(t *testing.T) { … } func TestPatch(t *testing.T) { … } func TestPatchWithCreateOnUpdate(t *testing.T) { … } func TestAPIVersions(t *testing.T) { … } func TestEventValidation(t *testing.T) { … } func TestEventCompatibility(t *testing.T) { … } func TestSingleWatch(t *testing.T) { … } func TestMultiWatch(t *testing.T) { … } func TestApplyWithApplyConfiguration(t *testing.T) { … } func TestExtractModifyApply(t *testing.T) { … } func TestExtractModifyApply_ForceOwnership(t *testing.T) { … }