1234567891011121314151617181920212223 |
- h1(#Test2). Yakindu SCT Testcase 08 - Genmodel
- |_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
- | 8.1 | Create Generator Model for Java | Select TestProject in project explorer.<p>Select *File→New→Other* from the menu.</p><p>Select *YAKINDU SCT→Code* Generator Model.</p><p>Click *Next*.</p><p>As file name, enter StaircaseJava.sgen.</p><p>Click *Next*.</p><p>Select YAKINDU SCT Java Code Generator and check Staircase.sct.</p><p>Click on *Finish button*. | File StaircaseJava.sgen has been created with initial settings.</p><p>Folders src and src-gen have been created and populated by builder. </p>| %{color:red}open% |
- | 8.1.1 | Change Output Folder | Open file StaircaseJava.sgen.<p>Change targetFolder to from src-gen to src-gen-java.</p><p>Save the file by e.g. pressing *[Ctrl+S]*.</p> | Folder src-gen-java has been created and populated with with generated code. | %{color:red}open% |
- | 8.1.2 | Help Integration | Hover over the *Outlet* feature. | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.3 | Help Integration | Add the *Debug* feature to the sgen file:<p> @feature Debug {@<br> @dumpSexec = true@<br> @}@</p><p>Hover over the *Debug* feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.4 | Help Integration | Add the *FunctionInlining* feature to the sgen file:<p> @feature FunctionInlining {@<br> @}@</p><p>Hover over the *FunctionInlining* feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.5 | Help Integration | Add the *GeneralFeatures* feature to the sgen file:<p> @feature GeneralFeatures {@<br> @}@</p><p>Hover over the *GeneralFeatures* feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.6 | Help Integration | Add the *LicenseHeader* feature to the sgen file:<p> @feature LicenseHeader {@<br> @licenseText = ""@<br> @}@</p><p>Hover over the *LicenseHeader* feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.7 | Help Integration | Add the *Naming* feature to the sgen file:<p> @feature Naming {@<br> @basePackage = "my.base.name"@<br> @implementationSuffix = "mysuffix"@<br> @}@</p><p>Hover over the *Naming* feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.8 | Help Integration | Add the RunnableWrapper feature to the sgen file:<p> @feature RunnableWrapper {@<br> @}@</p><p>Hover over the RunnableWrapper feature.</p> | The help text for that feature appears in a popup window. | %{color:red}open% |
- | 8.1.9 | Open Statechart | Open file StaircaseJava.sgen<p>Hover over the statechart reference and press *Ctrl*</p><p>Click on the hyperlink | Statechart opens in statechart diagram editor</p> | %{color:red}open% |
- | 8.2 | Create Generator Model for C | Select TestProject in project explorer.<p>Select *File→New→Other* from the menu.</p><p>Select *YAKINDU SCT→Code Generator Model*.</p><p>Click *Next*.</p><p>As file name, enter StaircaseC.sgen. </p><p>Click *Next*.</p><p>Select YAKINDU SCT C Code Generator and check Staircase.sct.</p><p>Click on *Finish* button.</p> | File StaircaseC.sgen has been created with initial settings.<p>Folders src and src-gen have been created and populated by builder.</p> | %{color:red}open% |
- | 8.2.1 | Change Output Folder | Open file StaircaseC.sgen.<p>Change targetFolder to from src-gen to src-gen-c.</p><p>Save the file by e.g. pressing *[Ctrl+S]*.</p> | Folder src-gen-c has been created and populated with with generated code. | %{color:red}open% |
- | 8.3 | Create Generator Model for C++ | Select TestProject in project explorer.<p>Select *File→New→Other* from the menu.</p><p>Select *YAKINDU SCT→Code Generator Model*.</p><p>Click *Next*.</p><p>As file name, enter StaircaseCpp.sgen. </p><p>Click *Next*.</p><p>Select YAKINDU SCT C++ Code Generator and check Staircase.sct.</p><p>Click on *Finish* button.</p> | File StaircaseCpp.sgen has been created with initial settings.<p>Folders src and src-gen have been created and populated by builder.</p> | %{color:red}open% |
- | 8.3.1 | Change Output Folder | Open file StaircaseCpp.sgen.<p>Change targetFolder to from src-gen to src-gen-cpp.</p><p>Save the file by e.g. pressing *[Ctrl+S]*.</p> | Folder src-gen-cpp has been created and populated with with generated code. | %{color:red}open% |
|