|
From: Uno D. <un...@st...> - 2008-08-03 16:54:51
|
I am in the same boat as Mudit - but am sure once I see a working example of unit testing on a traditional component (i.e. a SimpleButton) that changes a state or a value when pressed, and then changes it back when pressed again - this will give me something to work with. Uno 2008/7/23 Ian Tyrrell <Ia...@mo...> > Hi Mudit, > > Do you have an example of what you're trying to test? > > The ease of testing will be based on how interdependent the components > of your architecture are. You should be aiming to reduce dependency on > concrete implementations (using interfaces and abstract classes). > > If you are happy to post an example of what you're having difficulty > with, I can try to help. > > Thanks, > > Ian > > -----Original Message----- > From: asu...@li... > [mailto:asu...@li...] On Behalf Of mudit > tuli > Sent: 23 July 2008 05:26 > To: asu...@li... > Subject: [Asunit-users] Testing Event Driven Architecture > > I am new to AsUnit, and I followed few tutorials on how to unit test. > But I am somewhat confused on how to unit test with AsUnit an Event > based architecture ! > > ------------------------------------------------------------------------ > - > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Asunit-users mailing list > Asu...@li... > https://lists.sourceforge.net/lists/listinfo/asunit-users > |