Help for this page
use Test::More; use ServerConnection; ... ok( 1==1, "A test"); # etc....
# In the launch script my $connectionObject = ConnectionObject->new(); $connectionObject->connect(); my $model = Test::TAP::Model->new(); $model->run_tests( $connectionObject, @scripts_ptest );