Changes between Version 9 and Version 10 of PromotBrowserTest


Ignore:
Timestamp:
Aug 11, 2009, 2:08:17 PM (16 years ago)
Author:
rempel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotBrowserTest

    v9 v10  
    1717 5. junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/PromotTest.java]
    1818 6. junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdCopyClassTest.java]
    19  
     19 7. junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdSelectTest.java]
     20 8. junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdChangeAbstractTest.java]
     21    junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdChangeModelTest.java]
     22
    2023Tests:
    2124
    22  7. success iff library isPresent (included in file so file changes might break the test), model class present as PromotTreeNode, [source:/Promot/trunk/promot/kb/SignalTransd/EGF-model/EGF-LOAD.mdl]; test contents of model/PromotTreeNode?
    23  8. same as 1. with different library and model (toy-model)
    24  9. tested with import + simulation of all biomodels.org models, TODO: test for correctness of simulation results; layout should work without exceptions
    25  10. Save a model into mdl (selected, all), compare generated files to expected; depends on selection test (13), test round trip of load+save of example
    26  11. Export egf-model to SBML, compare generated file with expected output (file content + simulation results), TODO: export should work (be tested) for all models in kb, which tool for simulation (scriptable required)? comparison of simulation results after SBML round trip
    27  12. Export egf-model to Diana/Diva, compare generated file with expected output (file content + simulation results), TODO: export should work (be tested) for all models in kb
    28  13. Select a class, a class with superclasses, a class with dependencies, a class with dependents, all classes in tree
    29  14. Run script, test with default inputs for synthetic biology scripts
    30  15. change properties: icon, abstract, model (including undo)
     25 9. success iff library isPresent (included in file so file changes might break the test), model class present as PromotTreeNode, [source:/Promot/trunk/promot/kb/SignalTransd/EGF-model/EGF-LOAD.mdl]; test contents of model/PromotTreeNode?
     26 10. same as 1. with different library and model (toy-model)
     27 11. tested with import + simulation of all biomodels.org models, TODO: test for correctness of simulation results; layout should work without exceptions
     28 12. Save a model into mdl (selected, all), compare generated files to expected; depends on selection test (13), test round trip of load+save of example
     29 13. Export egf-model to SBML, compare generated file with expected output (file content + simulation results), TODO: export should work (be tested) for all models in kb, which tool for simulation (scriptable required)? comparison of simulation results after SBML round trip
     30 14. Export egf-model to Diana/Diva, compare generated file with expected output (file content + simulation results), TODO: export should work (be tested) for all models in kb
     31 15. Run script, test with default inputs for synthetic biology scripts
     32 16. change properties: icon
    3133
    3234Visual Inspection for:
    33  16. Start Visual Editor for a class
    34  17. Start Visual Explorer for a class
    35  18. ViewMathematicalModel (display of instance)
    36  19. Exit with Dialog for modified in Editor + Browser (change properties, load, import)
    37  20. Search class (+class for slot in class) dialog, model type is not important, so test with egf_model, [[br]]
     35 17. Start Visual Editor for a class
     36 18. Start Visual Explorer for a class
     37 19. ViewMathematicalModel (display of instance)
     38 20. Exit with Dialog for modified in Editor + Browser (change properties, load, import)
     39 21. Search class (+class for slot in class) dialog, model type is not important, so test with egf_model, [[br]]
    3840      search egf_model (substring, class + slot; class) should return egf_model (class), egf_model_noint (class) [[br]]
    3941      search proti (whole word, class + slot; slot) should return egf_model:proti (slot) [[br]]