InterviewSolution
Saved Bookmarks
| 1. |
__________ is an interface which defines a state machine that is used to constrain the order of invocations.(a) Sequence(b) States(c) Expectations(d) MockeryThis question was posed to me in unit test.The doubt is from Maven Plug-ins topic in section Running JUnit Tests from Maven2 of JUnit |
|
Answer» Correct choice is (B) STATES |
|