Re: Parameterized Unit Tests?

2020-05-28 Thread Carsten Schinzer
lt;mailto:cars...@dcs-verkaufssysteme.de>> >> wrote: >> >>> Hello all, >>> >>> >>> I find no other reference to org.junit.Parameterized in the code stack on >>> trunk which indicates that no-one else has committed parameterized u

Re: Parameterized Unit Tests?

2020-05-25 Thread Daniel Watford
art of the public testParsing(), > >> testWithVerbosity() and testQuietly() methods. > >> > >> Thanks, > >> > >> Dan. > >> > >> On Mon, 25 May 2020 at 15:43, Carsten Schinzer < > >> cars...@dcs-verkaufssysteme.de <mailto:c

Re: Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
>> >> Dan. >> >> On Mon, 25 May 2020 at 15:43, Carsten Schinzer < >> cars...@dcs-verkaufssysteme.de <mailto:cars...@dcs-verkaufssysteme.de>> >> wrote: >> >>> Hello all, >>> >>> >>> I find no oth

Re: Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
nit.Parameterized in the code stack on >> trunk which indicates that no-one else has committed parameterized unit >> tests. I am asking because I have a test case where I would need that (I >> want to run all options for the CustRequestStatusType against the status >>

Re: Parameterized Unit Tests?

2020-05-25 Thread Daniel Watford
mmitted parameterized unit > tests. I am asking because I have a test case where I would need that (I > want to run all options for the CustRequestStatusType against the status > check service an be sure it return the expected result) and when > implementing I find that my IDE hints that

Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
Hello all, I find no other reference to org.junit.Parameterized in the code stack on trunk which indicates that no-one else has committed parameterized unit tests. I am asking because I have a test case where I would need that (I want to run all options for the CustRequestStatusType against