Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Kitalpha/technical/RegressionTests

List of the Kitalpha regression tests.

Basic

Id Nature Description Version Reference
Common_00001
RCPTT
Platform is starting successfully all
Common_00002
RCPTT
Check Presence of "Kitalpha" Menu in the kitalpha product 1.1.0 menuKitalpha.test (in viewpoint tests)

Viewpoint

Metadata

Id Nature Description Version Reference
Metadata_00001
JUnit
Retrieve Viewpoint metadata helper all BasicTests.testHelper1()
Metadata_00002
JUnit
Ensure metadata helper is different for any resourceSet all BasicTests.testHelper2()
Metadata_00003
JUnit
Ensure metadata helper is the same over calls for the same resourceSet all BasicTests.testHelper3()
Metadata_00004
JUnit
Check viewpoint usages data all BasicTests2.testHelper1()
Metadata_00005
JUnit
Create metadata resource for example model with default path all BasicTests2.testHelper2()
Metadata_00006
JUnit
Create metadata resource for example model with a given path and check content of the new resource all BasicTests2.testHelper3()
Metadata_00007
JUnit
Check viewpoint usages data all ComponentSampleTests.testHelper1()
Metadata_00008
JUnit
Check viewpoint usages data after enablement of a viewpoint all ComponentSampleTests.testHelper2()
Metadata_00009
JUnit
Enable and disable a viewpoint all ComponentSampleTests.testHelper3()
Metadata_00010
JUnit
Check state for 'used' state all ComponentSampleTests.testHelper4()
Metadata_00011
JUnit
Check default state for 'filtered' state all ComponentSampleTests.testHelper5()
Metadata_00012
JUnit
Change value of 'filtered' state all ComponentSampleTests.testHelper6()
Metadata_00013
JUnit
Check filtering feature all ComponentSampleTests.testHelper7()
Metadata_00014
JUnit
Check viewpoint usages all ComponentSampleTests.testHelper8()
Metadata_00015
JUnit
Check viewpoint usages and version of viewpoint all ComponentSampleTests.testHelper10()
Metadata_00016
JUnit
Check hasMetadata() metod all BasicTests2.testHelper4()
Metadata_00017
JUnit
Check encoding of metadata resource all BasicTests2.testHelper5()
Metadata_00018
JUnit
Check creation of afm model from a existing model all BasicTests2.testHelper6()
Metadata_00019
JUnit
Check referencement of a viewpoint and its version all ComponentSampleTests.testHelper10()
Metadata_00020
JUnit
Check extension point related to creation of afm model from a existing model all BasicTests2.testHelper7()
Metadata_00021
JUnit
Check SetViewpointFilterCommand all ComponentSampleTests2.testHelper1()
Metadata_00022
JUnit
Check SetViewpointFilterCommand all ComponentSampleTests2.testHelper2()
Metadata_00023
JUnit
Check SetViewpointFilterCommand (undo) all ComponentSampleTests2.testHelper3()
Metadata_00024
JUnit
Check SetViewpointFilterCommand all ComponentSampleTests2.testHelper4()
Metadata_00025
JUnit
Check SetViewpointUsageCommand all ComponentSampleTests2.testHelper5()
Metadata_00026
JUnit
Check SetViewpointUsageCommand all ComponentSampleTests2.testHelper6()
Metadata_00027
JUnit
Check SetViewpointUsageCommand (undo) all ComponentSampleTests2.testHelper7()
Metadata_00028
JUnit
Check UpdateViewpointVersionCommand all ComponentSampleTests2.testHelper8()
Metadata_00029
JUnit
Check UpdateViewpointVersionCommand (undo) all ComponentSampleTests2.testHelper9()
Metadata_00030
JUnit
Check UpdateViewpointVersionCommand all ComponentSampleTests2.testHelper10()
Metadata_00031
JUnit
Check order of getAllViewpointReferences() result all ModelTests1.testManager1()
Metadata_00032
JUnit
Check referenced viewpoints all ModelTests1.testManager2()
Metadata_00033
JUnit
all ModelTests1.testManager3()
Metadata_00034
JUnit
Check versions of referenced viewpoints all ModelTests1.testManager4()
Metadata_00035
JUnit
check updateVersion() method all ModelTests1.testManager5()
Metadata_00036
JUnit
Try to reference a viewpoint already referenced into linked metadata all ModelTests1.testManager6()
Metadata_00037
JUnit
the viewpoint is referenced in both metadata objects. So although the viewpoint is successfully uneferenced from the top metadata, it is still referenced from the second one all ModelTests1.testManager7()
Metadata_00038
JUnit
Try to unreference a viewpoint referenced into a linked metadata object all ModelTests1.testManager8()
Metadata_00039
JUnit
Test isReferenced() method with linked metadata object all ModelTests1.testManager20()
Metadata_00040
JUnit
Test isReferenced() method with linked metadata object all ModelTests2.testManager1()
Metadata_00041
JUnit
Check order of getAllViewpointReferences() result all ModelTests3.testManager1()
Metadata_00042
JUnit
Check cycle detecteion in getAllViewpointReferences() all ModelTests4.testManager1()
Metadata_00043
JUnit
Test dirty flag on resources all ComponentSampleTests.testHelper11()
Metadata_00044
JUnit
Test dirty flag on resources all ModelTests1.testManager9()

Viewpoint Manager

Id Nature Description Version Reference
ViewpointManager_00001
JUnit
Retrieve manager instance all BasicTests.testManager1()
ViewpointManager_00002
JUnit
Check manager instance is different for different resourceset all BasicTests.testManager2()
ViewpointManager_00003
JUnit
Check manager instance is the same over calls with same resourceset all BasicTests.testManager3()
ViewpointManager_00004
JUnit
Try to enable a non existing viewpoint all BasicTests.testManager4()
ViewpointManager_00005
JUnit
Try to disable a non existing viewpoint all BasicTests.testManager4_1()
ViewpointManager_00006
JUnit
Try to enable an existing viewpoint all BasicTests2.testManager5()
ViewpointManager_00007
JUnit
Try to disable an existing viewpoint who is not enable all BasicTests2.testManager5_1()
ViewpointManager_00008
JUnit
Try to enable two times an existing viewpoint all BasicTests2.testManager6()
ViewpointManager_00009
JUnit
Enable and disable an existing viewpoint and check states all BasicTests2.testManager7()
ViewpointManager_00010
JUnit
Check delegate method for activate all BasicTests2.testManager8()
ViewpointManager_00011
JUnit
Check delegate method for desactivate all BasicTests2.testManager9()
ViewpointManager_00012
JUnit
Check filter feature on a viewpoint all BasicTests2.testManager10()
ViewpointManager_00013
JUnit
Read vp version (who is null) all BasicTests2.testManager11()
ViewpointManager_00014
JUnit
Read vp version (who is not null) all BasicTests2.testManager12()
ViewpointManager_00015
JUnit
Check getViewpoint method all BasicTests2.testManager13()
ViewpointManager_00016
JUnit
Check getAvailableViewpoints method all BasicTests2.testManager14()
ViewpointManager_00017
JUnit
Test instance level listener all BasicTests2.testManager15()
ViewpointManager_00018
JUnit
Test instance level listener, check instance isolation all BasicTests2.testManager16()
ViewpointManager_00019
JUnit
Test class level listener and instance isolation all BasicTests2.testManager17()
ViewpointManager_00020
RCPTT
Test undo of "Use viewpoint" action all
ViewpointManager_00021
RCPTT
Test stop action of an unused viewpoint. The viewpoint is listed into metadata but not used by the model all
ViewpointManager_00022
RCPTT
Fix behavior when metadata model is unavailable all
ViewpointManager_00023
RCPTT
Keep VP activation/desactivation state synchronized with .aird all
ViewpointManager_00024
JUnit
Test version checkings all BasicTests2.testManager18()
ViewpointManager_00025
JUnit
Test version checkings. testcases with null values all BasicTests2.testManager19()
ViewpointManager_00026
JUnit
Test getAvailableViewpointDescriptions() method all BasicTests3.testManager1()
ViewpointManager_00027
JUnit
Test canChangeState() method all BasicTests3.testManager2()
ViewpointManager_00028
JUnit
Test canChangeActivation() method all BasicTests3.testManager3()
ViewpointManager_00029
JUnit
Check behavior of ViewpointManager.getInstance() method all BasicTests.testManager5()
ViewpointManager_00030
JUnit
Check behavior of ViewpointManager.getInstance() method all BasicTests.testManager6()
ViewpointManager_00031
JUnit
Check behavior of ViewpointManager.getInstance() method all BasicTests.testManager7()
ViewpointManager_00032
JUnit
Check metadata availability method all ModelTests1.testManager1()
ViewpointManager_00033
JUnit
Check isReferenced() method with info from linked metadata object all ModelTests1.testManager2()
ViewpointManager_00034
JUnit
Check viewpoint compiliancy all ModelTests1.testManager3()
ViewpointManager_00035
JUnit
Try to reference and unreference a viewpoint all ModelTests1.testManager4()
ViewpointManager_00036
JUnit
Check viewpoint compiliancy all ModelTests2.testManager5()
ViewpointManager_00037
JUnit
Check viewpoint compiliancy all ModelTests3.testManager6()
ViewpointManager_00038
JUnit
Check viewpoint compiliancy all ModelTests4.testManager6()

Viewpoint Services

Id Nature Description Version Reference
viewpointService_0001
RCPTT
Test availablity and behavior of custom service implementation all
viewpointService_0002
RCPTT
Test enablement of service using a precondition all
viewpointService_0003
RCPTT
Testoverriding of a property all
viewpointService_0004
RCPTT
Testoverriding of a service content all
viewpointService_0005
RCPTT
Testoverriding of a service type all
viewpointService_0006
RCPTT
Testoverriding of a rule all

Sirius Integration

Id Nature Description Version Reference
SiriusIntegration_00001
RCPTT
Test reset filter button 4.2.0

Library support

Id Nature Description Version Reference
librarySupport_0001
RCPTT
Test library support into a generated editor 4.2.0

CTK

Detachment

Id Nature Description Version Reference
Detachment_00001
RCPTT
Architecture Framework Viewpoint Detachment
Model Input: VideoOnDemand conforms to component sample viewpoints suit
preconditions: All component sample viewpoints are activated
Scenrio
  • Detach Safety Pattern Viewpoint
  • Detach Safety Viewpoint
  • Detach Quality Assessment Viewpoint
  • Detach Performance
1.0.x Moved
Detachment_00002
RCPTT
Architecture Framework Viewpoint Detachment
Model Input: VideoOnDemand conforms to component sample viewpoints suit
preconditions: All component sample viewpoints are deactivated
Scenrio
  • Detach Safety Pattern Viewpoint
  • Detach Safety Viewpoint
  • Detach Quality Assessment Viewpoint
  • Detach Performance
1.0.x moved
Detachment_00003
RCPTT
Architecture Framework Viewpoint Detachment Hierarchy
Model Input: VideoOnDemand conforms to component sample viewpoints suit
preconditions: All component sample viewpoints are activated
Scenrio
  • Detach Safety Viewpoint
  • Detach Quality Assessment Viewpoint
  • Detach Performance

Detachment of Safety causes the detachment of Safety Pattern
1.0.x moved
Detachment_00004
RCPTT
Architecture Framework Viewpoint Detachment Hierarchy
Model Input: VideoOnDemand conforms to component sample viewpoints suit
preconditions: All component sample viewpoints are deactivated
Scenrio
  • Detach Safety Viewpoint
  • Detach Quality Assessment Viewpoint
  • Detach Performance

Detachment of Safety causes the detachment of Safety Pattern
1.0.x moved
Detachment_00005
RCPTT
Resource Detachment
Model Input: VideoOnDemand conforms to component sample viewpoints suit
preconditions: 2 depending resources (e.g, aird and VideoOnDemand model)
Scenrio
  • Detach VideoOnDemand Model from the aird
1.0.x moved
Detachment_00006
RCPTT
Unknown References Detachment
Model Input: VideoOnDemand conforms to component sample viewpoints suit with unknown references
preconditions: invalid references must be present in the model
Scenrio
  • Detach The detected unknown refrences

1.0.x moved
Detachment_00007
RCPTT
fix Bug 1028 - Cannot detach in some case 1.1.x
Detachment_00008
RCPTT
Detachment from EMF TreeViewer 1.1.x EMFTreeViewerViewpointDetachment.test
Detachment_00009
RCPTT
Resource Detachment from Closed Session 1.1.x SessionClosedResources.test
Detachment_00010
RCPTT
Resource Detachment from Closed Session (The resource contains viewpoint) 1.1.x SessionClosedUsedResourcesWithViewpoint.test
Detachment_00011
RCPTT
Resource Detachment from Closed Session (The resource is referenced by another resource) 1.1.x SessionClosedUsedResources.test
Detachment_00012
RCPTT
Viewpoint Detachment from Closed Session 1.1.x SessionClosedViewpoint.test
Detachment_00013
RCPTT
Viewpoint & Resource Detachment from Closed Session 1.1.x SessionClosedViewpointsResources.test
Detachment_00014
RCPTT
Resources Detachment from Open Session (The resource is used by the primary resource) 1.1.x SessionOpenUsedResources.test
Detachment_00015
RCPTT
Resource Detachment from Open Session 1.1.x SessionOpenResources.test
Detachment_00016
RCPTT
Resource Detachment from Open Session (The resource is used by the primary resource & contains viewpoints 1.1.x SessionOpenUsedResourcesWithViewpoints.test
Detachment_00017
RCPTT
Viewpoint Detachment from Open Session 1.1.x SessionOpenViewpoint.test
Detachment_00018
RCPTT
Viewpoint & Resources Detachment from Open Session 1.1.x SessionOpenViewpointsResources.test
Detachment_00019
RCPTT
Unknown References detachment 1.1.x UnknownReferences.test
Detachment_00020
JUNIT
Avoid cycles in viewpoint hierarchy structure 1.1.x ViewpointsRelationship.java
Detachment_00021
RCPTT
Check graphical element are well refreshed without Sirius refresh preference activate with session opened > 1.1.x SessionOpenedWithSiriusPreferencesDeactivated.test
Detachment_00022
RCPTT
Check graphical element are well refreshed without Sirius refresh preference activate with session opened > 1.1.x SessionOpenedWithSiriusPreferencesDeactivated.test
Detachment_00023
RCPTT
Check if the presence of viewpoints in the workspace don't affect UI page of Viewpoint Detachment > 1.1.x DetachmentWithViewpointInWorkspace.test (Bugzilla: 1305)
Detachment_00024
RCPTT
Test detachment on model with library all
Detachment_00025
RCPTT
Test detachment on model with library all
Detachment_00026
RCPTT
Test detachment on model with library all

Transposer

Id Nature Description Version Reference
Transposer_00001
JUnit
The order in which elements are transformed by transposer is not consistent
Regression test about the elements order in output of Transposer regarding to input elements order.
Test is based on Kitalpha Component sample example.
Test Steps:
  • Transform A to B, then, check the differences between B and reference model C (C is conform to A elements order)
  • Transform D to E, then check differences between E and C (D is not conform to C elements order)
All versions

Activity Explorer

Id Nature Description Version Reference
ActivityExplorer_00001
RCPTT
Activity Explorer Preferences
Check the presence/non presence of activity explorer elements which are checked/unchecked in Activity Explorer Preferences
All versions bug 489629
Activity Explorer Preferences.test
Id Nature Description Version Reference
ActivityExplorer_00002
RCPTT
Activity Explorer
Checking The Activity Explorer for Component Sample works by testing all Activities. This test FAILS due to referenced bug
All versions bug 489647
Component Sample Activity Explorer.test
Id Nature Description Version Reference
ActivityExplorer_00003
RCPTT
Diagram Creation Many Session
Checking that an action (i.e, Activity) Acts on its the session related to the currents activity explorer editor
All versions Diagram Creation Many Sessions.test
Id Nature Description Version Reference
ActivityExplorer_00004
RCPTT
Restarting and Restauring of the Session
Checking if restauring (restarting Eclipse) session doesn't open Activity Explorer Editor.
All versions Restarting and Restauring session.test

Resource Reuse

Id Nature Description Version Reference
testIdLookup1
JUnit
Check lookup by id with null value all
testIdLookup2
JUnit
Check lookup by id with empty value all
testIdLookup3
JUnit
Check lookup by id with non-existing value all
testIdLookup4
JUnit
Check lookup by id with an existing value all
testSearchConcern1
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern10
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern11
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern2
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern3
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern4
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern5
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern6
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern7
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern8
JUnit
Check lookup with a criteria containing concern specification all
testSearchConcern9
JUnit
Check lookup with a criteria containing concern specification all
testSearchDomain1
JUnit
Check lookup with a criteria containing an existing domain all
testSearchDomain2
JUnit
Check lookup with a criteria containing a non-existing domain all
testSearchEmptyCriteria
JUnit
Check lookup with an empty criteria all
testSearchId1
JUnit
Check lookup with a criteria containing a regex on id all
testSearchId2
JUnit
Check lookup with a criteria containing a regex on id all
testSearchId3
JUnit
Check lookup with a criteria containing an existing id all
testSearchId4
JUnit
Lookup a resource without name all
testSearchNullCriteria
JUnit
Check lookup with a null criteria all
testSearchTag1
JUnit
Check lookup with a criteria containing one existing tag all
testSearchTag2
JUnit
Check lookup with a criteria containing two existing tags all
testSearchTag3
JUnit
Check lookup with a criteria containing one non-existing tag all
testSearchTagAndName
JUnit
Check lookup with a criteria containing one existing tag and one name all
testSearchVersion
JUnit
Check lookup with a criteria containing a version all
testSearchVersionAndId
JUnit
Check lookup with a criteria containing a version and an id all

Resource Reuse (EMFScheme)

Id Nature Description Version Reference
EMFSCHEME_00001
RCPTT
Check Loading resource from EMF Treeviewer 1.1.x
EMFSCHEME_00002
RCPTT
Check Loading resource from Sirius Diagram 1.1.x
EMFSCHEME_00003
RCPTT
Check That the menu of Loading reusable resource doesn't appear from Activity Explorer Viewer 1.1.x

eMDE

Id Nature Description Version Reference
emde_00001
JUnit
Retrieve manager instance all BasicTests.testManager1()
emde_00002
JUnit
Check manager instance is different for different resourceset all BasicTests.testManager2()
emde_00003
JUnit
Check manager instance is the same over calls with same resourceset all BasicTests.testManager3()
emde_00004
JUnit
Retrieve manager instance from a resource and/or object all BasicTests.testManager4()
emde_00005
JUnit
check retrieved ExtensibleModel instance all BasicTests.testManager5()
emde_00006
JUnit
check inherited extended models all BasicTests.testManager6()
emde_00007
JUnit
Check behavior of ModelExtensionHelper.getInstance() method all BasicTests.testManager7()
emde_00008
JUnit
Check behavior of ModelExtensionHelper.getInstance() method all BasicTests.testManager8()
emde_00009
JUnit
Check behavior of ModelExtensionHelper.getInstance() method all BasicTests.testManager9()
emde_00010
JUnit
Check behavior of ModelExtensionHelper.getInstance() method all BasicTests.testManager10()
emde_00011
JUnit
Basic checks on awn extendedmodel instance all BasicTests2.testManager1()
emde_00012
JUnit
Check isExtensionModelDisabled methods all BasicTests2.testManager2()
emde_00013
JUnit
Check getDelegates method all BasicTests2.testManager3()
emde_00014
JUnit
Check setExtensionModelDisabled method all BasicTests2.testManager4()
emde_00015
JUnit
Assert enablement state of a metamodel all BasicTests2.testManager5()
emde_00016
JUnit
Check listener at instance level all BasicTests2.testManager6()
emde_00017
JUnit
Check deletion of a registered listener at instance level all BasicTests2.testManager7()
emde_00018
JUnit
Check overall listener behavior all BasicTests2.testManager8()
emde_00019
JUnit
Check deletion of a registered overall listener all BasicTests2.testManager9()

ViewpointView

Id Nature Description Version Reference
viewpointView_00001
rcptt
test basic content of the view all
viewpointView_00002
rcptt
test content of overview page all
viewpointView_00003
rcptt
test content of busines rules page all
viewpointView_00004
rcptt
test content of services page all
viewpointView_00005
rcptt
test content of metamodels page all
viewpointView_00006
rcptt
test content of Sirius models page all
viewpointView_00007
rcptt
test create/delete emf validation rule all
viewpointView_00008
rcptt
test create/delete java rule all
viewpointView_00009
rcptt
test reuse rule all
viewpointView_00010
rcptt
test create rule and override an existing one all


ViewpointManager View

Id Nature Description Version Reference
viewpointManagerView_00001
rcptt
Test ability to (un)hide viewpoints all
viewpointManagerView_00002
rcptt
Ensure the default label is updated in various circumstances all
viewpointManagerView_00003
rcptt
Update listener was too fast and was trying to load viewpoints in creation or deletion process all
viewpointManagerView_00004
rcptt
Check synchronization with some workbench elements all
viewpointManagerView_00005
rcptt
Check hide/show actions all
viewpointManagerView_00006
rcptt
Check default icon and default label all
viewpointManagerView_00007
rcptt
Check encoding support while computing view label all
viewpointManagerView_00008
rcptt
Check menu content: reference/unreference/activate/deactivate all
viewpointManagerView_00009
rcptt
Check effect of tag 'stateHidden' on a viewpoint all
viewpointManagerView_00010
rcptt
Check effect of tag 'stateMutableActivation' on a viewpoint all
viewpointManagerView_00011
rcptt
Ensure 'Open view' action works all
viewpointManagerView_00012
rcptt
Test if a viewpoint enabled from a library is avaialable all
viewpointManagerView_00013
rcptt
Test if a viewpoint enabled from a library is avaialable all

Basic Viewpoint Editor

Id Nature Description Version Reference
ViewpointEditor_00001
rcptt
Test customization to edit parents feature all
ViewpointEditor_00002
rcptt
Test customization to edit metamodel feature all
ViewpointEditor_00003
rcptt
Test customization to edit representation feature all
ViewpointEditor_00004
rcptt
Ensure discarded resources are not shown in editor all
ViewpointEditor_00005
rcptt
Ensure content of discared resources in not available in properties editors (metadata and odesign) all

DSL Viewpoint Editor

Id Nature Description Version Reference
DSLViewpointEditor_00001
rcptt
Test Specification of Synchronous /Asynchronous diagram in vpdiagram 1.1.x ImportMappingWithSynchronizationMode.test
DSLViewpointEditor_00002
rcptt
Check for generation of Viewpoint Activable State (stateMutableActivation) 1.1.x ViewpointActivableGen.test
DSLViewpointEditor_00003
rcptt
Check for generation of Viewpoint Visiblity State (stateHidden) 1.1.x ViewpointVisibilityGen.test
DSLViewpointEditor_00004
rcptt
Check for generation of Viewpoint Activity Explorer Integration 1.1.x Viewpoint Activity Explorer Integration - Generator.test
DSLViewpointEditor_00005
rcptt
Check the installation of kitalpha menu 1.1.x menuKitalpha.test
DSLViewpointEditor_00006
rcptt
Viewpoint Data Specification 1.1.x Viewpoint Data Specification.test
DSLViewpointEditor_00007
rcptt
Viewpoint Diagram Specification 1.1.x Viewpoint Diagram Specification.test
DSLViewpointEditor_00008
rcptt
Viewpoint Services Specification 1.1.x Viewpoint Services Specification.test
DSLViewpointEditor_00009
rcptt
Viewpoint Build Specification 1.1.x Viewpoint Build Specification.test
DSLViewpointEditor_00010
rcptt
Viewpoint Activity Explorer Specification 1.1.x Viewpoint Activity Explorer Specification.test
DSLViewpointEditor_00011
rcptt
Generation of Textual Files 1.1.x Viewpoint Generate Textual Files.test

Ecore documentation generation

Id Nature Description Version Reference
EcoreDocgen_00001
RCPTT
Check if all indexes are well generated (index.html, moedlindex.html and searchIndex.html) 1.1.0 DG_ecore_indexes
EcoreDocgen_00002
RCPTT
Check if all lists are detected by the search engine 1.1.0 DG_ecore_search
EcoreDocgen_00003
RCPTT
Check Presence of text between <a ...> </a> in the search page of a model element 1.1.0 DG_ecore_search

Back to the top