Changes
2 changed files (+39/-38)
-
-
@@ -131,109 +131,110 @@ func TestPerson_IsObject(t *testing.T) {} func TestActor_UnmarshalJSON(t *testing.T) { t.Skipf("TODO") } func TestActor_GetActor(t *testing.T) { t.Skipf("TODO") } func TestActor_GetID(t *testing.T) { t.Skipf("TODO") } func TestActor_GetLink(t *testing.T) { t.Skipf("TODO") } func TestActor_GetType(t *testing.T) { t.Skipf("TODO") } func TestApplication_GetActor(t *testing.T) { t.Skipf("TODO") } func TestApplication_GetID(t *testing.T) { t.Skipf("TODO") } func TestApplication_GetLink(t *testing.T) { t.Skipf("TODO") } func TestApplication_GetType(t *testing.T) { t.Skipf("TODO") } func TestApplication_IsLink(t *testing.T) { t.Skipf("TODO") } func TestApplication_IsObject(t *testing.T) { t.Skipf("TODO") } func TestGroup_GetActor(t *testing.T) { t.Skipf("TODO") } func TestGroup_GetID(t *testing.T) { t.Skipf("TODO") } func TestGroup_GetLink(t *testing.T) { t.Skipf("TODO") } func TestGroup_GetType(t *testing.T) { t.Skipf("TODO") } func TestGroup_IsLink(t *testing.T) { t.Skipf("TODO") } func TestGroup_IsObject(t *testing.T) { t.Skipf("TODO") } func TestOrganization_GetActor(t *testing.T) { t.Skipf("TODO") } func TestOrganization_GetID(t *testing.T) { t.Skipf("TODO") } func TestOrganization_GetLink(t *testing.T) { t.Skipf("TODO") } func TestOrganization_GetType(t *testing.T) { t.Skipf("TODO") } func TestOrganization_IsLink(t *testing.T) { t.Skipf("TODO") } func TestOrganization_IsObject(t *testing.T) { func TestOrganization_IsObject(t *testing.T) { t.Skipf("TODO") } func TestPerson_GetActor(t *testing.T) { t.Skipf("TODO") } func TestPerson_GetID(t *testing.T) { t.Skipf("TODO") } func TestPerson_GetLink(t *testing.T) { t.Skipf("TODO") } func TestPerson_GetType(t *testing.T) { t.Skipf("TODO") } func validateEmptyPerson(p Person, t *testing.T) {
-
@@ -310,25 +311,25 @@ func TestService_UnmarshalJSON(t *testing.T) {} func TestService_GetActor(t *testing.T) { t.Skipf("TODO") } func TestService_GetID(t *testing.T) { t.Skipf("TODO") } func TestService_GetLink(t *testing.T) { t.Skipf("TODO") } func TestService_GetType(t *testing.T) { t.Skipf("TODO") } func TestService_IsLink(t *testing.T) { t.Skipf("TODO") } func TestService_IsObject(t *testing.T) { t.Skipf("TODO") }
-
-
-
@@ -51,21 +51,21 @@ func TestClient_LoadIRI(t *testing.T) {} func TestClient_Get(t *testing.T) { t.Skipf("TODO") } func TestClient_Head(t *testing.T) { t.Skipf("TODO") } func TestClient_Post(t *testing.T) { t.Skipf("TODO") } func TestClient_Put(t *testing.T) { t.Skipf("TODO") } func TestClient_Delete(t *testing.T) { t.Skipf("TODO") }
-