Tag: test
Objects behaviour inheritance with RSpec
Oct.27, 2009
About half of a year ago I was writing about object interface and Liskov Substitution Princeple. In short: Any class instance that extends the base class should pass all unit tests behaviour tests written for base class instance. It was a surprise for me that this concept has already been implemented in RSpec.
(continue reading…)
3 Comments
:behaviour, inheritance, rspec, ruby, test
more...
(continue reading…)
When BDD user stories is productive
Jun.29, 2009
When you are skilled Unit tests writer it is not very easy to estimate the potential of BDD. Moreover in most cases BDD is used as a human-readable wrapper for unit tests. Do you really think that programmers need such abstract layer? Of course not… Users needs them.
(continue reading…)
1 Comment
:application, bdd, behavior, criticism, tdd, test, user story
more...
(continue reading…)