diff options
author | pacien | 2018-01-09 02:23:36 +0100 |
---|---|---|
committer | pacien | 2018-01-09 02:23:36 +0100 |
commit | dbfc65079ae57bab49fd98f887766897f82f7a69 (patch) | |
tree | 4c6a97e20ae1fa68434963d318e23b3316552fbc /doc/project-report.md | |
parent | 4efbfe206290ed847ea45c07c4968a74b265ba00 (diff) | |
download | morpher-dbfc65079ae57bab49fd98f887766897f82f7a69.tar.gz |
Rewrite gui testing in report
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'doc/project-report.md')
-rw-r--r-- | doc/project-report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/project-report.md b/doc/project-report.md index f9a95ef..8a8103f 100644 --- a/doc/project-report.md +++ b/doc/project-report.md | |||
@@ -82,7 +82,7 @@ Some MLV library functions have been partly wrapped to ensure the coherence with | |||
82 | _"Sir, the testing?"_, Caroline reminds. | 82 | _"Sir, the testing?"_, Caroline reminds. |
83 | Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of | 83 | Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of |
84 | small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation | 84 | small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation |
85 | have also been written in order to test the graphical user interface at the component level. | 85 | have also been used during the development in order to test the graphical user interface at the component level. |
86 | 86 | ||
87 | Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. | 87 | Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. |
88 | 88 | ||