Vulcannis

Results 3 issues of Vulcannis

The date control's `validate` method uses the contents of the input field, but the `clearDate` method doesn't clear the field until _after_ it triggers the validation cycle (the `onChangeCb` call.)...

Pretty obvious when you look at `BaseImpl`, but reader & writer instances are not thread safe when using `responseCallback`, `masqueradeAs` and `masqueradeType`. Actually hit this today while testing, figure it...

When referencing other steps, the condition is evaluated but not asserted. That is, Should.operator_doubleArrow() is called but not wrapped in an assertTrue in code generated for the referencing step. Tested...