cob_spec icon indicating copy to clipboard operation
cob_spec copied to clipboard

A fitnesse suite for a web server

Results 10 cob_spec issues
Sort by recently updated
recently updated
newest added

…urable. I had an issue where the test suite was not working because my server took more than 2 seconds to start. I investigated and saw that it is possible...

`BogusRequest` appears to be creating requests with randomly generated HTTP methods, and spec always requires the response to be `405 Method Not Allowed`. Depending on what method name is randomly...

Currently the test suite setup runs server start command and then sleeps for 2 seconds. This sleep time is a bit arbitrary and can cause test instability for servers with...

- Ensures a response for a partial get request has a date header and date

Add a test to the current Patch With Etag to handle case when etag doesn't match file. Expected behavior is that server will return 409 response.

cob_spec is having trouble with Java 9's module system. ClassLoaders can no longer be cast as URLClassLoaders. Given: Using Java 9 and having added two lines to the pom.xml properties...

Does it make sense to update this test (maybe like + section below), to include a failed update attempt when the ETag does not match? It seemed like right now,...

Java 8 has a new class Called Base64 which allows encoding/decoding, per documentation this uses encoding schemes RFC 4648 and RFC 2045 which is different from sun.misc scheme RFC1521 cob_spec...