Tests 1-n exercise various combinations of the command line options. Tests n - 20, use the same command line (cs450words -l -t -d -c) but vary the input files. Test x contains a list of words I suspect may have caused a programmer trouble. Test y contains 30 copies of the same word. Test z ... Tests 21-25 are more real life tests. They are ... ______________________________________________ FILENAME: jnm.1.wordsExamples PURPOSE: This file contains the examples given in homework 4. I did this because ..... Actually this isn't such a great test because it contains too many different things that could fail. In other words, if you fail this test, it is difficult to know why - what aspect of the test failed. FILENAME: jnm.2.one PURPOSE: This file contains blah ..blah I did this because ..... Acutally this isn't such a great test either because it is almost too simple. Not the greatest use of testing resources. ---------------------------------------------------------