To use the setIn() method, what do you need to do?

Be sure your test class extends TestCase.
  • Be sure to include an import for java.io.*;
  • Create a Scanner object.
  • Create a PrintWriter object.

There are no hints for this question.