Tagged Questions
The test-class tag has no wiki summary.
50
votes
9answers
19k views
C#: How do I use Assert (Unit Testing) to verify that an exception has been thrown?
The title says it all - how do I use Assert (or other Test class?) do verify that an exception has been thrown?
Thanks :)
6
votes
1answer
410 views
How can I use Moose with Test::Class?
I'm currently refactoring a test suite built up by a colleague and would like to use Test::Class[::Most] while doing so. As I started I figured out I could really use a couple of Moose roles to ...