Niko Wittenbeck
Niko Wittenbeck
From what I read from the thread, this issue is still completely open, right? I've just stumbled across this one with activated "Remove unused suppress warning annotation"
Also stumbled across this one - are there any plans to work on this in the near future?
Yes, for instance, so it is possible to directly see which thread is greedy.
Yes, I will try to do this today.
Guess I am on the right track, please check testFolderMoveMessagesBasedOnUid. I guess it is related to the fact that in our code, we rely on picking references to messages based...
Seems to work fine with 1.6.11, thanks!
Yes, some mechanism that you've just described would be perfect. Since given(), and(), when() seem to be technically equal and there is no hierarchy, it is probably sufficient to provide...
Let me show the test: ``` @Test @DataProvider({ "2015-01-01,null,2015-01-01", "2015-01-01,null,2013-01-01,2015-01-01,2014-01-01", "null ,1 ,2015-01-01", "2014-01-01,2 ,2013-01-01,2015-01-01,2014-01-01", "2015-01-01,1 ,2013-01-01,2015-01-01,2014-01-01", "2013-01-01,2 ,2013-01-01,2015-01-01" }) public void check_last_award_date(DateTime expectedDate, Integer quotationPositionToRemoveAwardDateFrom, DateTime... providedDates) throws Exception...
Thanks for the advice, I'll play a little bit with the @Table as soon as I can spare some time. The @Hidden parameter is already frequently used in our JGiven...
I'm just shifting the update to a new post as it might have gone lost. What could be interesting is to be able add some automatic counter row/column to the...