Re: RE: Tool to create assertions from a running Java application

Colin Vipurs <[email protected]> Wed, 5 Feb 2014 12:07:06 +0000
Newsgroups gmane.comp.java.junit.user
Message-ID <CAKi4273RMDEvgc0tbmHQiLvgA2oOb=sZaewgMW-jz5ic9w_GCg@mail.gmail.com>
If you're going to regenerate your tests all the time, what's the benefit
of having them at all?


> On 4 February 2014 04:30, Stephen Connolly <
> [email protected]> wrote:
>
>>  I think you just made a great usecase for implementation based test
>>> generators. Re-generate after each change and show off your 100% coverage.
>>> Even if the tests are pointless, manager is happy :)
>>>
>>
>> Until somebody points out that your test cases are not checked into
>> source control... I've been down that path before... never ends well...
>>
>>
> Is there some specific benefit to checking them in source control if you
> can just regenerate the same from another artefact?
>
>