Skip to content

Releases: kotikan/OCCukes

Add support for tagged scenarios

14 Apr 14:15
Compare
Choose a tag to compare
Handle steps with tags

This is preformed by adding the methods:

    `(id)handleBeginScenarioWithHash:(NSDictionary *)hash`
    `(id)handleEndScenarioWithHash:(NSDictionary *)hash`

The tags are passed in a hash, and the above method names are generated
and invoked. The hash is not actually used in the methods.

v0.8

10 Apr 16:06
Compare
Choose a tag to compare

Updated to Xcode v5.x