You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario Outline: <agent> <result> read a <type> resource (<method>), when an authenticated agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
21
21
When method <method>
@@ -52,7 +52,7 @@ Feature: Only authenticated agents can read (and only that) a resource when gran
52
52
| Public | cannot | HEAD | container | R | inherited | 401 |
53
53
54
54
Scenario Outline: <agent> <result> <method> to a <type> resource, when an authenticated agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
58
58
And header Content-Type = 'text/turtle'
@@ -83,7 +83,7 @@ Feature: Only authenticated agents can read (and only that) a resource when gran
83
83
| Public | cannot | POST | container | R | inherited | [401] |
84
84
85
85
Scenario Outline: <agent> <result> <method> to a <type> resource, when an authenticated agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
89
89
And header Content-Type = 'text/n3'
@@ -104,7 +104,7 @@ Feature: Only authenticated agents can read (and only that) a resource when gran
104
104
| Public | cannot | PATCH | container | R | inherited | 401 |
105
105
106
106
Scenario Outline: <agent> <result> <method> to a <type> resource, when an authenticated agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
110
110
And header Content-Type = 'text/plain'
@@ -133,7 +133,7 @@ Feature: Only authenticated agents can read (and only that) a resource when gran
133
133
| Public | cannot | PATCH | fictive | R | inherited | [401, 405, 415] |
134
134
135
135
Scenario Outline: <agent> <result> <method> a <type> resource, when an authenticated agent has <container> access to the container and <resource> access to the resource
Scenario Outline: <agent> <result> read a <type> resource (<method>), when Bob has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
21
21
When method <method>
@@ -52,7 +52,7 @@ Feature: Only Bob can read (and only that) a resource when granted read access
52
52
| Public | cannot | HEAD | container | R | inherited | 401 |
53
53
54
54
Scenario Outline: <agent> <result> <method> to a <type> resource, when Bob has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
58
58
And header Content-Type = 'text/turtle'
@@ -83,7 +83,7 @@ Feature: Only Bob can read (and only that) a resource when granted read access
83
83
| Public | cannot | POST | container | R | inherited | [401] |
84
84
85
85
Scenario Outline: <agent> <result> <method> to a <type> resource, when Bob has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
89
89
And header Content-Type = 'text/n3'
@@ -104,7 +104,7 @@ Feature: Only Bob can read (and only that) a resource when granted read access
104
104
| Public | cannot | PATCH | container | R | inherited | 401 |
105
105
106
106
Scenario Outline: <agent> <result> <method> to a <type> resource, when Bob has <container> access to the container and <resource> access to the resource
Scenario Outline: <agent> <result> read a <type> resource (<method>), when a public agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
21
21
When method <method>
@@ -56,7 +56,7 @@ Feature: Public agents can read (and only that) a resource when granted read acc
56
56
| Public | can | HEAD | container | R | inherited | 200 |
57
57
58
58
Scenario Outline: <agent> <result> <method> to a <type> resource, when a public agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
62
62
And header Content-Type = 'text/turtle'
@@ -87,7 +87,7 @@ Feature: Public agents can read (and only that) a resource when granted read acc
87
87
| Public | cannot | POST | container | R | inherited | [401] |
88
88
89
89
Scenario Outline: <agent> <result> <method> to a <type> resource, when a public agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
93
93
And header Content-Type = 'text/n3'
@@ -108,7 +108,7 @@ Feature: Public agents can read (and only that) a resource when granted read acc
108
108
| Public | cannot | PATCH | container | R | inherited | 401 |
109
109
110
110
Scenario Outline: <agent> <result> <method> to a <type> resource, when a public agent has <container> access to the container and <resource> access to the resource
And headers utils.authHeaders(method, testResource.url, agent)
114
114
And header Content-Type = 'text/plain'
@@ -137,7 +137,7 @@ Feature: Public agents can read (and only that) a resource when granted read acc
137
137
| Public | cannot | PATCH | fictive | R | inherited | [401, 405, 415] |
138
138
139
139
Scenario Outline: <agent> <result> <method> a <type> resource, when a public agent has <container> access to the container and <resource> access to the resource
Scenario Outline: <agent> <result> read a <type> resource (<method>), when an authenticated agent has <container> access to the container and <resource> access to the resource
Scenario Outline: <agent> <result> read a <type> resource (<method>), when Bob has <container> access to the container and <resource> access to the resource
Scenario Outline: <agent> <result> read a <type> resource (<method>), when a public agent has <container> access to the container and <resource> access to the resource
0 commit comments