Directory org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts/

Directory Created:
2008-11-11 14:08
Directory Deleted:
2009-09-03 00:14
Total Files:
0
Deleted Files:
28
Lines of Code:
0

[root]/org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts

Lines of Code

org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 113 (100.0%) 2083 (100.0%) 18.4

Most Recent Commits

soundasleep 2009-09-03 00:14 Rev.: 1080

issue 109: completing diagram test refactoring into separate testing plugin
adding a testing interface EclipseInheritanceInterface to allow checking action-based inference matches the complete inference

0 lines of code changed in 28 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (del), AllShortcutsTests.java (del), EclipseShortcutsTestSuite.java (del), Issue47.java (del), Issue69.iaml (del), Issue69.java (del), PartialInference.iaml (del), PartialInference.java (del), PartialInferenceWithinActivations.java (del), SeparatedInstances.iaml (del), SeparatedInstances.iaml_operation (del), SeparatedInstances.java (del), ShortcutsDomainObjectTestCase.java (del), ShortcutsDomainStoreTestCase.java (del), ShortcutsElementTestCase.java (del), ShortcutsManyTestCase.java (del), ShortcutsOperationTestCase.java (del), ShortcutsRootTestCase.java (del), ShortcutsTestCase.java (del), ShortcutsWireTestCase.java (del), issue47.iaml (del), shortcuts-domain_object.iaml (del), shortcuts-domain_store.iaml (del), shortcuts-element.iaml (del), shortcuts-many.iaml (del), shortcuts-operation.iaml (del), shortcuts-root.iaml (del), shortcuts-wire.iaml (del)
soundasleep 2009-08-19 19:28 Rev.: 1009

operation diagrams can be created independently of root diagrams
adding a test case (which doesn't yet pass) for loading these separated instances

62 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: SeparatedInstances.java (new 62)
soundasleep 2009-08-19 18:35 Rev.: 1008

adding a test case for shortcuts of separated ecore instances

0 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: SeparatedInstances.iaml (new), SeparatedInstances.iaml_operation (new)
soundasleep 2009-08-04 17:12 Rev.: 900

resolving issue 69: ParameterWires from shortcuts not being rendered on SelectWires

64 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AllShortcutsTests.java (+1), Issue69.java (new 63)
soundasleep 2009-08-04 16:59 Rev.: 899

adding test case for issue 69

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: Issue69.iaml (new)
soundasleep 2009-07-20 17:11 Rev.: 860

upgrade of entire project to use eclipse 3.5/gmf 2.2 instead of eclipse 3.3/gmf 2.0.1
merging branch /2009-06-eclipse-3.5 (r835-r859) back into trunk

23 lines of code changed in 8 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: Issue47.java (+1 -1), ShortcutsDomainObjectTestCase.java (+4 -4), ShortcutsDomainStoreTestCase.java (+3 -3), ShortcutsElementTestCase.java (+3 -3), ShortcutsManyTestCase.java (+4 -4), ShortcutsOperationTestCase.java (+3 -3), ShortcutsRootTestCase.java (+2 -2), ShortcutsWireTestCase.java (+3 -3)
soundasleep 2009-07-15 14:28 Rev.: 808

refactoring out Actions test cases into a separate package
refactoring out the diagram-based test cases into a new abstract test class

5 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (+5 -127), AllShortcutsTests.java (-2)
soundasleep 2009-07-15 14:06 Rev.: 807

refactoring out assertHasNotXXX test case methods

0 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: PartialInferenceWithinActivations.java (-35)
soundasleep 2009-07-15 14:05 Rev.: 806

adding a test case to check that partially inferred elements delete all related elements in the same activation - this means that our property is completely satisfied, and we will never generate an incomplete model
adding a parameter to the DroolsInferenceEngine / DroolsInsertionQueue to keep track of element insertions and activations

373 lines of code changed in 3 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (+27 -5), AllShortcutsTests.java (+1), PartialInferenceWithinActivations.java (new 345)
soundasleep 2009-07-14 17:01 Rev.: 800

adding an action to create partial inference contained within a given model element (based on current paper results)
ICreateElements now has a deleteElement() method

335 lines of code changed in 4 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (+43 -1), AllShortcutsTests.java (+1), PartialInference.iaml (new 12), PartialInference.java (new 279)
soundasleep 2009-07-14 13:07 Rev.: 797

refactoring and renaming all test suites to AllXXXTests

34 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AllShortcutsTests.java (new 34)
soundasleep 2009-07-13 15:12 Rev.: 795

merging successful results of issue 47 branch into trunk

108 lines of code changed in 3 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: EclipseShortcutsTestSuite.java (+1), Issue47.java (new 106), issue47.iaml (+1 -1)
soundasleep 2009-07-07 13:51 Rev.: 779

adding a test model for issue 47

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: issue47.iaml (new 1)
soundasleep 2009-05-07 16:05 Rev.: 662

generated editors now have additional closeBlocking() method
adding test cases to test adding elements directly, and opening up created elements sub-diagrams

1 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: ShortcutsDomainObjectTestCase.java (+1 -1)
soundasleep 2009-05-07 15:00 Rev.: 661

eclipse tests now explicitly close all running editors between tests
removed model/diagram setup from testRunning() in inference and shortcut tests
fixed: getTargetEditPart() was preventing Connections from accepting OpenDiagrams

16 lines of code changed in 8 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (+9 -4), ShortcutsDomainObjectTestCase.java (+1), ShortcutsDomainStoreTestCase.java (+1), ShortcutsElementTestCase.java (+1), ShortcutsManyTestCase.java (+1), ShortcutsOperationTestCase.java (+1), ShortcutsRootTestCase.java (+1), ShortcutsWireTestCase.java (+1)
soundasleep 2009-05-01 13:33 Rev.: 623

migrating all test models to 0.2
fixing broken drools rules

7 lines of code changed in 7 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: shortcuts-domain_object.iaml (+1 -1), shortcuts-domain_store.iaml (+1 -1), shortcuts-element.iaml (+1 -1), shortcuts-many.iaml (+1 -1), shortcuts-operation.iaml (+1 -1), shortcuts-root.iaml (+1 -1), shortcuts-wire.iaml (+1 -1)
soundasleep 2009-04-20 11:36 Rev.: 612

migration test now also tries opening the sub diagrams

6 lines of code changed in 1 file:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: ShortcutsDomainStoreTestCase.java (+6)
soundasleep 2009-01-29 16:41 Rev.: 419

migrate the models in the test cases to the new abstract Domain* model elements

5 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: shortcuts-domain_object.iaml (+3 -3), shortcuts-domain_store.iaml (+2 -2)
soundasleep 2008-11-12 23:08 Rev.: 343

refactoring shortcut tests
removing final eclipse warnings in test cases

19 lines of code changed in 8 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (+2 -1), ShortcutsDomainObjectTestCase.java (+3 -9), ShortcutsDomainStoreTestCase.java (+2 -6), ShortcutsElementTestCase.java (+3 -8), ShortcutsManyTestCase.java (+4 -10), ShortcutsOperationTestCase.java (+2 -6), ShortcutsRootTestCase.java (+1 -3), ShortcutsWireTestCase.java (+2 -6)
soundasleep 2008-11-12 14:52 Rev.: 338

merging r331:r337
adding model migration support for migration between different model versions
refactoring some test cases

80 lines of code changed in 8 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: AbstractShortcutsTestCase.java (new 73), ShortcutsDomainObjectTestCase.java (+1 -1), ShortcutsDomainStoreTestCase.java (+1 -1), ShortcutsElementTestCase.java (+1 -1), ShortcutsManyTestCase.java (+1 -1), ShortcutsOperationTestCase.java (+1 -1), ShortcutsRootTestCase.java (+1 -1), ShortcutsWireTestCase.java (+1 -1)
soundasleep 2008-11-11 15:59 Rev.: 330

added two more shortcut tests for wire and root editors
EclipseTestCase.openDiagram() can now open up both nodes and edges

211 lines of code changed in 5 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: EclipseShortcutsTestSuite.java (+2), ShortcutsRootTestCase.java (new 77), ShortcutsWireTestCase.java (new 104), shortcuts-root.iaml (new 12), shortcuts-wire.iaml (new 16)
soundasleep 2008-11-11 15:38 Rev.: 329

adding more test cases to shortcut tests
the operations editor now renders referenced operations and flows as shortcut elements

480 lines of code changed in 11 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: EclipseShortcutsTestSuite.java (+4), ShortcutsDomainObjectTestCase.java (+5 -2), ShortcutsDomainStoreTestCase.java (new 90), ShortcutsElementTestCase.java (new 93), ShortcutsManyTestCase.java (new 138), ShortcutsOperationTestCase.java (new 86), ShortcutsTestCase.java (+1 -2), shortcuts-domain_store.iaml (new 12), shortcuts-element.iaml (new 14), shortcuts-many.iaml (new 25), shortcuts-operation.iaml (new 12)
soundasleep 2008-11-11 14:18 Rev.: 328

refactoring shortcut tests into a new suite and a new abstract superclass

129 lines of code changed in 3 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: EclipseShortcutsTestSuite.java (new 27), ShortcutsDomainObjectTestCase.java (+28 -40), ShortcutsTestCase.java (new 74)
soundasleep 2008-11-11 14:08 Rev.: 327

adding ShortcutsDomainObjectTestCase for testing the generation of shortcut elements

124 lines of code changed in 2 files:

  • org.openiaml.model.tests/src/org/openiaml/model/tests/eclipse/shortcuts: ShortcutsDomainObjectTestCase.java (new 111), shortcuts-domain_object.iaml (new 13)
Generated by StatSVN 0.7.0