summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-01-09 02:23:36 +0100
committerpacien2018-01-09 02:23:36 +0100
commitdbfc65079ae57bab49fd98f887766897f82f7a69 (patch)
tree4c6a97e20ae1fa68434963d318e23b3316552fbc
parent4efbfe206290ed847ea45c07c4968a74b265ba00 (diff)
downloadmorpher-dbfc65079ae57bab49fd98f887766897f82f7a69.tar.gz
Rewrite gui testing in report
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r--doc/project-report.md2
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.
83Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of 83Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of
84small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation 84small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation
85have also been written in order to test the graphical user interface at the component level. 85have also been used during the development in order to test the graphical user interface at the component level.
86 86
87Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. 87Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions.
88 88