Add another init_arg example
[gitmo/moose-presentations.git] / moose-class / exercises / t / lib / MooseClass / Tests.pm
2011-06-30 Dave Rolsky Fix attr name in test output
2011-06-30 Dave Rolsky improve failure case output for isa_ok tests
2011-02-04 Dave Rolsky BAIL_OUT if any of the classes warn on load (catches...
2011-02-04 Dave Rolsky Don't call ->does_role on meta object until we know...
2011-02-04 Dave Rolsky Add test that Person preserves account object for 06...
2011-02-04 Dave Rolsky Test that Employee is clean and immutable in tests01
2011-02-03 Dave Rolsky Redo method modifiers exercise to use before/after...
2010-10-10 Dave Rolsky Test deposit() before testing withdraw()
2010-08-03 Dave Rolsky Don't swallow errors from BUILDARGS
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Make tests match the order of the instructions for...
2010-07-09 Dave Rolsky Manipulate TB level in helper subs
2010-06-29 Dave Rolsky Make tests match the order of the instructions for...
2010-06-29 Dave Rolsky Make tests match the order of the instructions for...
2010-06-29 Dave Rolsky Incorporate use_ok tests into the test framework.
2010-06-24 Dave Rolsky Add a test that Person->new() accepts an array ref
2010-02-06 Dave Rolsky Fix up trigger instructions and example implementation.
2010-01-29 Dave Rolsky remove extra var declaration
2009-09-24 Dave Rolsky Actually test that bank account has a balance attr...
2009-09-24 Dave Rolsky simplify history recording task
2009-09-23 Dave Rolsky Make it clear that some has_*_attr tests are looking...
2009-09-14 Shawn M Moore Don't count attributes
2009-09-14 Shawn M Moore Better error
2009-09-14 Shawn M Moore Less cryptic error
2009-07-06 Dave Rolsky added exercises for part 5
2009-06-25 Dave Rolsky Redid the augment exercises and based it on a non-XML
2009-06-22 Dave Rolsky Add test that Employee->full_name uses super()
2009-06-22 Dave Rolsky Fix some bizarro formatting
2009-06-22 Dave Rolsky Add a test that Person->full_name actually uses the...
2009-06-21 Dave Rolsky add use of BUILDARGS to exercises for section 01
2009-06-19 Dave Rolsky exercises for section 6
2009-06-17 Dave Rolsky Finished slides ...
2009-06-16 Dave Rolsky Finished slides ...
2009-06-08 Dave Rolsky more test tweaks
2009-06-07 Dave Rolsky exercises for part 1