diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-06-26 11:43:48 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-06-26 11:43:48 +0800 |
commit | 42d0d05e2ebaba0c2459a16955293d16bb221121 (patch) | |
tree | c703af9f0a2297283cebfa73539b9e43115989c6 | |
parent | e3584ec124f3c66d0b70d1663f07299366c7bcc4 (diff) |
-rw-r--r-- | LectureNotesOnOOAD.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LectureNotesOnOOAD.tex b/LectureNotesOnOOAD.tex index 34c66f6..dc19167 100644 --- a/LectureNotesOnOOAD.tex +++ b/LectureNotesOnOOAD.tex @@ -91,7 +91,7 @@ A significant portion of the lecture notes is built on the above book. \item Repeat
\begin{itemize}
\item Start coding (TDD, non-TDD, ITL (Incremental test-last)).
- \item Fully automated or semi-automated testing.
+ \item Automated or semi-automated testing.
\end{itemize}
\end{itemize}
|