20110325-testcases-oddb_org-plugin-ydim_rb-medwin_rb-view-basket_rb
<< | Index | >>
- Goal/Estimate/Evaluation
-
- test-cases coverage oddb.org / 78% / 78.37%
- Milestones
-
test_view/interactions/basket.rb (coverage: 100%) 8:00
test_plugin/ydim.rb (coverage: 98.05%) 14:00
test_plugin/medwin.rb (coverage: 100%) 16:30
- src/state/admin/root.rb (coverage: 52.30%)
- Summary
-
- Commits
-
Memo
- There is no class which includes 'State::Admin::Root' module.
- The only part of using it is in src/state/admin/login.rb
- The 'State::Admin::Root' module is indirectly included (extended) in an instance through 'viral_modules' and 'reconsider_permissions' methods
- This is also a kind of 'Meta-Programming'
- 'Meta-Programming' here means that available methods changes dynamically during the system running