summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
...
* test using just the metaclass traitdoy2009-04-201-0/+22
|
* clean up tests a bitdoy2009-04-208-44/+46
|
* one more testdoy2009-04-201-1/+2
|
* add a couple todo tests for classes that actually replace the constructor, ↵doy2009-04-201-1/+26
| | | | since i'm not sure if i really want to care about that
* add failing test for method modifiers on the constructordoy2009-04-201-0/+34
|
* test immutable version toodoy2009-04-201-1/+5
|
* add a basic test for BUILDARGSdoy2009-04-201-0/+35
|
* add a test for inline_constructor => 0doy2009-04-201-0/+33
|
* add more failing testsdoy2009-04-141-1/+9
|
* typodoy2009-04-141-3/+3
|
* these should be inlined by moosedoy2009-04-121-4/+4
|
* hmmm, these tests are wrongdoy2009-04-121-5/+1
|
* no, moose doesn't automatically inline constructors, i was just getting my ↵doy2009-04-111-4/+4
| | | | own constructor back
* actually test the right thing in the tests for inheriting from moose - they ↵doy2009-04-111-7/+5
| | | | fail now, like i thought they should have been
* use has_method rather than get_method for testing for existencedoy2009-04-111-4/+4
|
* add tests for adding the constructor properly when inheriting from non-moose ↵doy2009-04-111-1/+6
| | | | classes
* add more tests for inheriting from moose classesdoy2009-04-111-3/+28
|
* add a test for extending moose classesdoy2009-04-111-0/+32
|
* add another testdoy2009-04-111-1/+3
|
* add a test for multi-level inheritance, with a failuredoy2009-04-101-0/+45
|
* eh, let's just overwrite extends, extends_nonmoose is too wordydoy2009-04-105-6/+6
|
* add tests for BUILDdoy2009-04-101-0/+57
|
* add a test for immutabilitydoy2009-04-081-0/+43
|
* a few more testsdoy2009-04-082-0/+61
|
* bail out if we can't load the moduledoy2009-04-081-1/+1
|
* correct number of testsdoy2009-04-071-1/+1
|
* a few basic testsdoy2009-04-072-0/+31