Automated testing question

From: Jorgen Bodde (jorgb_at_xs4all.nl)
Date: 10/23/03

  • Next message: J French: "Re: TFileSream Help Needed."
    Date: Thu, 23 Oct 2003 08:53:14 +0200
    
    

    Hi group,

    I've tried to find a newsgroup for DUnit, I think this is the closest as
    I can get.

    I was wondering if someone could help me with this problem... I have the
    following files;

    MainTestUnit.pas which contains TMainTestUnitTestCase = class(TTestCase)
    MainFm.pas which contains TMainFormTestCase = class(TTestCase)

    TMainTestUnitCase will have the sub testcase named TMainFormTestCase
    because of the SetUp and TearDown mechanism I need to create the GUI and
    run subtests (defined in the GUI source) on it. How can I do this?

    I know DUnit supports the composite pattern, but whatever I tried, did
    not execute the MainFormTest at all.

    Best regards,
    - Jorgen

    -- 
    wxCRP - A Flexible Programmable Code Generator and Repository Tool!
    http://www.xs4all.nl/~jorgb/wxcrp/
    

  • Next message: J French: "Re: TFileSream Help Needed."