Skip to content

Commit 0edf06a

Browse files
committed
OpenUI5 Documentation Update 09.02.2024
1 parent 04cb28c commit 0edf06a

5 files changed

+9
-9
lines changed

docs/Step_26_Mock_Server_Configuration_TypeScript_3e1c64f.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ You can view all files at [OpenUI5 TypeScript Walkthrough - Step 26: Mock Server
3434

3535
**Folder Structure for this Step**
3636

37+
![The graphic has an explanatory text](images/loio0ed199908e9a4dbda15412b9205f622c_LowRes.png "Folder Structure for this Step")
3738

38-
39-
![The graphic has an explanatory text](images/loio0ed199908e9a4dbda15412b9205f622c_LowRes.png)The folder structure of our app project is clearly separating test and productive files after this step. The new `test` folder now contains a new HTML page `mockServer.html` which will launch our application in test mode without calling the real service.
39+
The folder structure of our app project is clearly separating test and productive files after this step. The new `test` folder now contains a new HTML page `mockServer.html` which will launch our application in test mode without calling the real service.
4040

4141
The new `localService` folder contains a `metadata.xml` service description file for OData, the `mockserver.js` file that simulates a real service with local data, and the `mockdata` subfolder that contains the local test data \(`Invoices.json`\).
4242

docs/Step_27_Unit_Test_with_QUnit_TypeScript_750c8c1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ You can view all files at [OpenUI5 TypeScript Walkthrough - Step 27: Unit Tests
3737

3838
**Folder Structure for this Step**
3939

40+
![The graphic has an explanatory text](images/loioeae0f42249494ae7aeda044e83f15097_LowRes.png "Folder Structure for this Step")
4041

41-
42-
![The graphic has an explanatory text](images/loioeae0f42249494ae7aeda044e83f15097_LowRes.png)We add a new folder `unit` under the `test` folder and a `model` subfolder where we will place our formatter unit test. The folder structure matches the app structure to easily find the corresponding unit tests.
42+
We add a new folder `unit` under the `test` folder and a `model` subfolder where we will place our formatter unit test. The folder structure matches the app structure to easily find the corresponding unit tests.
4343

4444
***
4545

docs/Step_28_Integration_Test_with_OPA_TypeScript_412f0b6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ You can view all files at [OpenUI5 TypeScript Walkthrough - Step 28: Integration
3737

3838
**Folder Structure for this Step**
3939

40+
![The graphic has an explanatory text](images/loio27e84d5bd72a485498564b92894869b5_LowRes.png "Folder Structure for this Step")
4041

41-
42-
![The graphic has an explanatory text](images/loio27e84d5bd72a485498564b92894869b5_LowRes.png)We add a new folder `integration` below the `test` folder, where we put our new test cases. Page objects that help structuring such integration tests are put in the `pages` subfolder that we also create now.
42+
We add a new folder `integration` below the `test` folder, where we put our new test cases. Page objects that help structuring such integration tests are put in the `pages` subfolder that we also create now.
4343

4444
***
4545

docs/Step_9_Component_Configuration_TypeScript_f9d0e2f.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ You can view all files at [OpenUI5 TypeScript Walkthrough - Step 9: Component Co
3333

3434

3535

36-
**Figure: Folder Structure for this Step**
36+
**Folder Structure for this Step**
3737

38-
![The graphic has an explanatory text](images/loioaa6ba83cdebc4a75be6a6b2ff6efffcb_LowRes.png "Figure: Folder Structure for this Step")
38+
![The graphic has an explanatory text](images/loioaa6ba83cdebc4a75be6a6b2ff6efffcb_LowRes.png "Folder Structure for this Step")
3939

4040
After this step your project structure will look like the figure above. We'll create the `Component.ts` file now and modify the related files in the app.
4141

docs/sap_ui_mdc_experimental_1dd2aa9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ The following graphic illustrates this behavior:
106106

107107
[Samples](https://sdk.openui5.org/entity/sap.ui.mdc)
108108

109-
[OpenUI5 MDC Tutorial](https://github.com/SAP-samples/ui5-mdc-json-tutorial)
109+
[UI5 MDC Tutorial](https://github.com/SAP-samples/ui5-mdc-json-tutorial)
110110

0 commit comments

Comments
 (0)