MCQOPTIONS
Saved Bookmarks
| 1. |
What are fixtures in JUnit? |
| A. | Objects that specify when to run a test |
| B. | Fixed state of a set of objects used as a baseline for running tests |
| C. | Bundle of few test cases run together |
| D. | Date objects |
| Answer» C. Bundle of few test cases run together | |