More Testing with Test::More
Created on Thursday 16 October 2003 by Rob West
Table of Contents
- Title
- Jump Right In
- Spell.t
- Test Run 1
- Make it pass
- Get list of words
- It Fails
- Make it pass again
- Test get_words
- Failure (temporarily)
- Make it pass
- Green bar
- Say It
- See test. See test fail.
- Geez, add the method already
- Lame-0
- YAF (Yet Another Failure)
- Say "Oops"
- Code Part Deux
- Out of time
- isnt
- (un)like
- like, an example
- cmp_ok
- cmp_ok example
- isa_ok
- pass/fail
- diag
- require_ok
- SKIP, skip to my loo?
- Much TODO
- todo_skip
- Comparision
- Misc
- Test::More URLs
- Testing with Perl URLs
- Thank _You_