Class getCommandName_Test
- java.lang.Object
-
- javasoft.sqe.tests.jakarta.activation.CommandInfo.getCommandName_Test
-
- All Implemented Interfaces:
com.sun.javatest.Test
public class getCommandName_Test extends java.lang.Object implements com.sun.javatest.Test
FileTypeMap is an abstract class. The main functional testing is in the only provided concrete implementation, MimetypesFileTypeMap, tested separately.Create a CommandInfo object with desired CommandName and then invoke getCommandName() api if it returns the expected value then this testcase passes otherwsie it fails.
-
-
Field Summary
Fields Modifier and Type Field Description java.io.PrintWriter
outConsole
java.io.PrintWriter
outLog
-
Constructor Summary
Constructors Constructor Description getCommandName_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)
-