Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
52 views

PHPUnit - Automatically retry failed tests X times?

I have a complex set of PHPUnit tests, some of which involve connecting to servers around the world that, for whatever reason, timeout sometimes. Rather than having the test fail when the server ...
2
votes
1answer
482 views

MSBuild: Copy dependency files before the NUnit task run

We are migrating from MSTests to NUnit. The first step was to migrate all our UnitTests projects which was accomplished using the following msbuild task: <Target Name="RunTests"> <!-- ...
0
votes
1answer
33 views

grails: Behaviour of list.contains in code vs integration test

Imagine there is a form to do a bulk update for a group of logins and their statuses; the logic used is about having a hidden field which keeps track of all possible ids and a group of… e.g. radio ...