Class MailcapCommandMap_Test

  • All Implemented Interfaces:
    com.sun.javatest.Test

    public class MailcapCommandMap_Test
    extends com.sun.javatest.lib.MultiTest
    Test: MailcapCommandMap() ; default constructor.

    Test: MailcapCommandMap(String) ; allows the caller to specify the path of a mailcap file.

    Test: MailcapCommandMap(InputStream) ; allows the caller to specify an InputStream containing a mailcap file.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.sun.javatest.lib.MultiTest

        com.sun.javatest.lib.MultiTest.SetupException
    • Field Summary

      • Fields inherited from class com.sun.javatest.lib.MultiTest

        log, ref
    • Constructor Detail

      • MailcapCommandMap_Test

        public MailcapCommandMap_Test()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
      • mailcapCommandMapTest1

        public com.sun.javatest.Status mailcapCommandMapTest1()
      • mailcapCommandMapTest2

        public com.sun.javatest.Status mailcapCommandMapTest2()
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • mailcapCommandMapTest3

        public com.sun.javatest.Status mailcapCommandMapTest3()
                                                       throws java.io.FileNotFoundException,
                                                              java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • mailcapCommandMapTest4

        public com.sun.javatest.Status mailcapCommandMapTest4()