I have a question about a JUnit test case which I am building for a simple RPN calculator.

Here is the test case, I basically want to test what happens when you increment MAX_VALUE


@Test...