Hi Damien,

By feature I mean any user-visible functionality that needs to be tested.
Like you said, one feature can have many tests. The important thing for me
is to know, given a unit test, what feature (high level) is going to be
tested. If you name your tests putting the name of the feature as a prefix,
then I can do this mapping.

Leonardo


On Thu, Feb 13, 2014 at 7:08 AM, Damien Cassou <damien.cas...@gmail.com>wrote:

> On Wed, Feb 12, 2014 at 1:17 PM, Leonardo Silva
> <leonardo.humbe...@gmail.com> wrote:
> > I am looking for real applications in Smalltalk that have a mapping
> between
> > its features and the specific unit tests for them.
>
>
> what is a feature for you? Because, typically, I have a feature per
> test. If I need more tests, they typically share the same method name
> prefix: e.g., testFeatureNameInSimpleCase,
> testFeatureNameInStrangeCase1, testFeatureNameInStrangeCase2...
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Success is the ability to go from one failure to another without
> losing enthusiasm."
> Winston Churchill
>
>

Reply via email to