aboutsummaryrefslogtreecommitdiff
path: root/report/progression.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/progression.tex')
-rw-r--r--report/progression.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 3756a92..46ccc38 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -236,6 +236,15 @@ modifications on the model, can also be candidates for testing.
236 236
237\subsubsection{Automatic tests} 237\subsubsection{Automatic tests}
238 238
239Functionalities of the program can be tested automatically using unit testing
240for classes and methods, and interactive testing to simulate the user's
241interactions.
242
243Unit tests will later be implemented using the JUnit testing framework.
244
245User interactions like command input can be simulated by reading and
246interpreting commands from a text file.
247
239\subsection{test command} 248\subsection{test command}
240 249
241\subsubsection{test files} 250\subsubsection{test files}