Help for this page

Select Code to Download


  1. or download this
    #!perl -T
    
    ...
    ok($no_instantiation, 'Test no instantiation of abstract class');
    ok(index($eval_message, 'FATAL! Attempt to instantiate an abstract cla
    +ss.') == 0,
        'Test error message from attempting instantiation of abstract clas
    +s');