Develop JUnit tests for the BoundedQueue class, the class is uploaded on Moodle in the file
BoundedQueue.java.
Note: Make sure your tests check every method, but we will not evaluate the quality of your
test designs and do not expect you to satisfy any test criteria.
Submission requirements:
1- Test all the methods in BoundedQueue class
2- Explain your test code and submitted on TurnitIn
3- Screenshots showing the results of each test.
4- JUnit test file (JAVA files)
Problem-2: LO-4
Derive input space partitioning test inputs for the GenericStack class with the following method
signatures:
• public GenericStack ();
• public void push (Object X);
• public Object pop ();
• public boolean isEmpty ();
Assume the usual semantics for the GenericStack. Try to keep simple and choose a small
number of partitions and blocks. (for all the below points explain your answer)
a) List all of the input variables.
The post Develop J Unit tests for the BoundedQueue class appeared first on Assignment Freelancers.