ComponentsToReTestAfterChange¶
-
MacroModule
¶ author Lennart Tautz
package FMEwork/ReleaseMeVis
definition ComponentsToReTestAfterChange.def keywords apa
,component
,module
,project
,retest
,test
,change
Purpose¶
This module determines tests that have to be re-run when a component changes.
Details¶
Tests are identified for all C++ projects and modules that depend transitively on the changed component.
Output Fields¶
Parameter Fields¶
Visible Fields¶
Type of Changed Component¶
-
name:
inTypeOfChangedComponent
, type:
Enum
, default:
MeVisLabModule
¶ Type of the changed component.
Values:
Title | Name | Deprecated Name | Description |
---|---|---|---|
MeVisLab Module | MeVisLabModule | Module | MeVisLab module of any subtype. |
C++ Project | CPPProject | Project | C++ project. This can be a project that creates MeVisLab modules, or a shared library. |