JavaBatchReview > JUnit > Flashcards
What does a Unit refer to?
The smallest testable subset of an application. In most languages that’s functions or methods.
What are some annotations?
What are the types of assert methods?
What are some of the different types of testing?