Re: Ant JUnit tests

2018-04-20 Thread Gintautas Grigelionis
2018-04-20 17:34 GMT+00:00 Nicolas Lalevée : > > > Le 20 avr. 2018 à 18:48, Gintautas Grigelionis > a écrit : > > > > 2018-04-20 15:26 GMT+00:00 Nicolas Lalevée >: > > > >>> Le 20 avr. 2018 à 07:09, Gintautas Grigelionis < > g.grigelio...@gmail.com> a écrit : >

Re: Ant JUnit tests

2018-04-20 Thread Nicolas Lalevée
> Le 20 avr. 2018 à 18:48, Gintautas Grigelionis a > écrit : > > 2018-04-20 15:26 GMT+00:00 Nicolas Lalevée >: > >>> Le 20 avr. 2018 à 07:09, Gintautas Grigelionis >> a écrit : >>> >>> I am refactoring Ant JUnit tests with a goal to make them more >>> "ID

Re: Ant JUnit tests

2018-04-20 Thread Gintautas Grigelionis
2018-04-20 15:26 GMT+00:00 Nicolas Lalevée : > > Le 20 avr. 2018 à 07:09, Gintautas Grigelionis > a écrit : > > > > I am refactoring Ant JUnit tests with a goal to make them more > > "IDE-friendly". I found several tests that are implictly dependent on > > ant.home property being set. In these ca

Re: Ant JUnit tests

2018-04-20 Thread Nicolas Lalevée
> Le 20 avr. 2018 à 07:09, Gintautas Grigelionis a > écrit : > > I am refactoring Ant JUnit tests with a goal to make them more > "IDE-friendly". I found several tests that are implictly dependent on > ant.home property being set. In these cases, the test should be prevented > from execution b

Re: Ant JUnit tests

2018-04-20 Thread Gintautas Grigelionis
ailto:g.grigelio...@gmail.com] > > Gesendet: Freitag, 20. April 2018 10:42 > > An: Ant Developers List > > Betreff: Re: Ant JUnit tests > > > > Assumption is a "friendly reminder" -- the test is does not run unless > > the assumption is valid; the assumptio

Re: Ant JUnit tests

2018-04-20 Thread Gintautas Grigelionis
Assumption is a "friendly reminder" -- the test is does not run unless the assumption is valid; the assumption provides an explanation of what is missing. My question was about how friendly we should be. Gintas 2018-04-20 7:14 GMT+02:00 Jaikiran Pai : > Like discussed in the other thread, I don'

Re: Ant JUnit tests

2018-04-19 Thread Jaikiran Pai
Like discussed in the other thread, I don't understand what's wrong with setting the expected properties in the IDE itself (like the "ant.home"). IDEs provide these configurations/settings for reasons like these. What would it achieve by virtually disabling these tests, in IDE, by adding those