nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Add UiModule to include test assertions and all methods in DslContext #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the Ui module only extends DslContext. Because Java/Groovy's
single inheritance, users cannot use assertions directly on the UI module.
Need to add Ui Module to provide DslContext and assertions.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 2 Aug 2008 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 2 Aug 2008 at 3:48

GoogleCodeExporter commented 9 years ago
At a second thought, it might be a good idea to force users only define UI 
modules by
extending DslContext so that UI is separated from testing. Conceptual, this is 
more
clear. As a result, will not implement this until there are requests from users.

Original comment by John.Jian.Fang@gmail.com on 2 Aug 2008 at 5:16