Help for this page

Select Code to Download


  1. or download this
     
    sub run_test{
    
    ...
         last TESTCASE;   # Exit loop
        } 
    }
    
  2. or download this
    sub cleanup_test{
      my ($self, $result) = @_;
    ...
      }
      # Log testcase result and return
      log_testcase($self->{_test_name}, $self->{_testcase_name}, $self->{_
    +test_statistics}{num_tests_failed}, $duration, $self->{_log_file});