Test accessor read & write
[gitmo/Moose.git] / t / 010_basics / 017_error_handling.t
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-10-04 gfx Fix a typo in a error message (s/You much supply/You...
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2008-09-08 Dave Rolsky Add some tests for the error handling in Moose::Object...