The RcpTT modules to test Papyrus
This repository is organized around logical software components :
org.eclipse.papyrus.tools.rcptt
: RcpTT common libraryorg.eclipse.papyrus.tools.rcptt.diagram.sequence
: RcpTT tests on Sequence Diagramorg.eclipse.papyrus.tools.rcptt.diagram.usecase
: RcpTT tests on UseCase Diagramorg.eclipse.papyrus.tools.rcptt.diagram.clazz
: RcpTT tests on Class Diagramorg.eclipse.papyrus.tools.rcptt.diagram.statemachine
: RcpTT tests on StateMachine DiagramThe tests on diagrams should follow this organization :
contexts
: ECL contextsdocumentation
: SysML Papyrus model containing the requirementsmodels
: Papyrus models used to initialized the teststestcases
: RcpTT testsThis project is built using Maven. To build locally, simply execute the command line:
mvn clean install