Tagged Questions

0
votes
1answer
34 views

SimpleTest Mock objects: clearing expectations

The short question: Is there a way to reset a Mock object in SimpleTest, removing all expectations? The longer explanation: I have a class that I'm testing using SimpleTest and am having some …
6
votes
10answers
533 views

What employers expect from new developers?

In somewhat a response to Perks, what do employers/managers expect from new developers?
5
votes
12answers
168 views

What documenting expectations can developers reasonably fulfill?

I work at a growing company where developers were doing customer support. Now, that our customer base is growing and we're trying to get the documentation the support staff needs in order answer the …