convert link image on html
This commit is contained in:
parent
26ef097d86
commit
09ea237a13
22
readme.md
22
readme.md
@ -38,7 +38,7 @@ endif
|
||||
@enduml
|
||||
```
|
||||
<img src="./UML/timeAlgorithme.png">
|
||||
![timeAlgorithme.png](https://git.kb28.ch/Klagarge/XF/src/branch/main/UML%2FtimeAlgorithme.png)
|
||||
|
||||
|
||||
|
||||
# Tests
|
||||
@ -52,7 +52,7 @@ The Test Factory (TestFactory01) instantiates 2 objects:
|
||||
<details>
|
||||
<summary>QT result ✅</summary>
|
||||
|
||||
![result.PNG](https://git.kb28.ch/Klagarge/XF/src/branch/main/test-bench/test1/ide-qtcreator-test1-idf/result.PNG)
|
||||
<img src="./test-bench/test1/ide-qtcreator-test1-idf/result.PNG">
|
||||
|
||||
This test is successfully passed
|
||||
|
||||
@ -60,7 +60,7 @@ This test is successfully passed
|
||||
<details>
|
||||
<summary>STM result ✅</summary>
|
||||
|
||||
![result.png](https://git.kb28.ch/Klagarge/XF/src/branch/main/test-bench%2Ftest1%2Fide-cubeide-test1-idf%2Fresult.png)
|
||||
<img src="./test-bench/test1/ide-cubeide-test1-idf/result.png">
|
||||
|
||||
</details>
|
||||
|
||||
@ -72,7 +72,7 @@ Weather or not the state machine should be deleted is handled with the 'deleteOn
|
||||
<details>
|
||||
<summary>QT result ✅</summary>
|
||||
|
||||
![result.PNG](test-bench%2Ftest2%2Fide-qtcreator-test2-idf%2Fresult.PNG)
|
||||
<img src="./test-bench%2Ftest2%2Fide-qtcreator-test2-idf%2Fresult.PNG">
|
||||
|
||||
This test is successfully passed
|
||||
|
||||
@ -80,7 +80,7 @@ This test is successfully passed
|
||||
<details>
|
||||
<summary>STM result ✅</summary>
|
||||
|
||||
![result.png](test-bench%2Ftest2%2Fide-cubeide-test2-idf%2Fresult.png)
|
||||
<img src="./test-bench%2Ftest2%2Fide-cubeide-test2-idf%2Fresult.png">
|
||||
|
||||
</details>
|
||||
|
||||
@ -90,7 +90,7 @@ This test checks basic event handling in state machines. In this example the Sta
|
||||
<details>
|
||||
<summary>QT result ✅</summary>
|
||||
|
||||
![result.PNG](test-bench%2Ftest3%2Fide-qtcreator-test3-idf%2Fresult.PNG)
|
||||
<img src="./test-bench%2Ftest3%2Fide-qtcreator-test3-idf%2Fresult.PNG">
|
||||
|
||||
This test is successfully passed
|
||||
|
||||
@ -98,7 +98,7 @@ This test is successfully passed
|
||||
<details>
|
||||
<summary>STM result ✅</summary>
|
||||
|
||||
![result.png](test-bench%2Ftest3%2Fide-cubeide-test3-idf%2Fresult.png)
|
||||
<img src="./test-bench%2Ftest3%2Fide-cubeide-test3-idf%2Fresult.png">
|
||||
|
||||
</details>
|
||||
|
||||
@ -108,7 +108,7 @@ Tests if timeouts are correctly cancelled. When leaving a state with a transitio
|
||||
<details>
|
||||
<summary>QT result ✅</summary>
|
||||
|
||||
![result.PNG](test-bench%2Ftest4%2Fide-qtcreator-test4-idf%2Fresult.PNG)
|
||||
<img src="./test-bench%2Ftest4%2Fide-qtcreator-test4-idf%2Fresult.PNG">
|
||||
|
||||
This test is successfully passed
|
||||
|
||||
@ -116,7 +116,7 @@ This test is successfully passed
|
||||
<details>
|
||||
<summary>STM result ✅</summary>
|
||||
|
||||
![result.png](test-bench%2Ftest4%2Fide-cubeide-test4-idf%2Fresult.png)
|
||||
<img src="./test-bench%2Ftest4%2Fide-cubeide-test4-idf%2Fresult.png">
|
||||
|
||||
</details>
|
||||
|
||||
@ -126,7 +126,7 @@ With this test multiple timeouts are added to the XFTimeoutManager list at the s
|
||||
<details>
|
||||
<summary>QT result ✅</summary>
|
||||
|
||||
![result.PNG](test-bench%2Ftest5%2Fide-qtcreator-test5-idf%2Fresult.PNG)
|
||||
<img src="./test-bench%2Ftest5%2Fide-qtcreator-test5-idf%2Fresult.PNG)">
|
||||
|
||||
This test is successfully passed
|
||||
|
||||
@ -134,7 +134,7 @@ This test is successfully passed
|
||||
<details>
|
||||
<summary>STM result ✅</summary>
|
||||
|
||||
![result.png](test-bench%2Ftest5%2Fide-cubeide-test5-idf%2Fresult.png)
|
||||
<img src="./test-bench%2Ftest5%2Fide-cubeide-test5-idf%2Fresult.png">
|
||||
|
||||
</details>
|
||||
|
||||
|
Reference in New Issue
Block a user