mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

ensureThrows and fail should work in given and when #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i.e.:

when "the representation is posted to the log resource", {
        ensureThrows(ResourceException) {
            logResource.post(record.webRepresentation)
        }
}

Original issue reported on code.google.com by aviflax on 27 Oct 2010 at 4:35

GoogleCodeExporter commented 9 years ago
it is intended that this functionality will be added with a standard (core) 
shipping plugin

Original comment by richard....@gmail.com on 19 Dec 2010 at 5:49