Package edu.pdx.cs.joy
package edu.pdx.cs.joy
-
ClassDescriptionThe superclass of test classes that invoke a main method to test a Java program.Invokes the
mainmethod of a class and captures information about the invocation such as the data written to standard out and standard error and the exit code.This is a set of JUnit unit tests that test the functionality of anLRU Map.Throws when themainmethod of a class with mutablestaticfields is invoked withInvokeMainTestCase.invokeMain(Class, String...).