Class setDefaultCommandMap_Test
- java.lang.Object
-
- javasoft.sqe.tests.jakarta.activation.CommandMap.setDefaultCommandMap_Test
-
- All Implemented Interfaces:
com.sun.javatest.Test
public class setDefaultCommandMap_Test extends java.lang.Object implements com.sun.javatest.Test
CommandMap is an abstract class. The main functional testing is in the only provided concrete implementation, MailcapCommandMap, done separately.We first get default CommandMap object then using it call setDefaultCommandMap() with CommandMap/Null object parameter and if these operation is successfull then this testcase passes otherwise it fails.
-
-
Constructor Summary
Constructors Constructor Description setDefaultCommandMap_Test()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] argv)
com.sun.javatest.Status
run(java.lang.String[] argv, java.io.PrintWriter outLog, java.io.PrintWriter outConsole)
-