org.deduced.utilities
Interface SystemExit

All Known Implementing Classes:
SystemExitImplementation

public interface SystemExit

SystemExit is an interface used to abstract the System.exit call for testing purpose.

Author:
Steve McDuff

Method Summary
 void exit(int status)
          Ask the java process to terminate
 

Method Detail

exit

void exit(int status)
Ask the java process to terminate

Parameters:
status - the exit status code
See Also:
System.exit(int)