Uses of Class
edu.pdx.cs.joy.InvokeMainTestCase.MainMethodResult
Packages that use InvokeMainTestCase.MainMethodResult
-
Uses of InvokeMainTestCase.MainMethodResult in edu.pdx.cs.joy
Methods in edu.pdx.cs.joy that return InvokeMainTestCase.MainMethodResultModifier and TypeMethodDescriptionInvokeMainTestCase.MainMethodResult.invoke(boolean allowMutableStaticFields) Invokes the main methodprotected InvokeMainTestCase.MainMethodResultInvokeMainTestCase.invokeMain(Class<?> mainClass, String... args) Invokes themainmethod of the given class with the given arguments and returns an object that represents the result of invoking that method.protected InvokeMainTestCase.MainMethodResultInvokeMainTestCase.invokeMainAllowingMutableStaticFields(Class<?> mainClass, String... args) Invokes themainmethod of the given class with the given arguments and returns an object that represents the result of invoking that method.