Help for this page

Select Code to Download


  1. or download this
    describe 'A mixed Test' => sub {
        it 'runs Test::Spec and Test::Class tests' => sub {
            [...]
        };
    };
    
  2. or download this
    use Test::More;
    
  3. or download this
    ok(1);
    
  4. or download this
    ok 1 - test Hello
    
  5. or download this
    describe 'A Fruit' => {
    
    ...
            [tests on Fruits which are on a pie]
        }; 
    };
    
  6. or download this
    ok 1 - A fruit attached to its branch grows