pdl / Test-Proto

OO test script golf sugar
1 stars 1 forks source link

User-defined pseudomethods #12

Closed pdl closed 11 years ago

pdl commented 12 years ago

Allow the creation of user-defined pseudomethods, e.g.

pSomething->define_custom('is_upper', sub{my ($got, $args = @_; uc $got eq $got});
pdl commented 11 years ago

Test::Proto::Base2::define_test added in 53b35308a250ce85d438ac49bb18d94b5ceeb879.