aboutsummaryrefslogtreecommitdiff
path: root/report/progression.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-15 19:25:10 +0100
committerPacien TRAN-GIRARD2014-03-15 19:25:10 +0100
commit48b29ade0ae071401e3c4c69f70506088f28adaa (patch)
tree3154c5a0ba14c1ef1d0f1a7526641eac74517751 /report/progression.tex
parent5e9b27294df22eb6a11bc981e2d1844802bb0730 (diff)
downloadesieequest-48b29ade0ae071401e3c4c69f70506088f28adaa.tar.gz
Update report
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}