Class ActivationDataFlavor_Test
- java.lang.Object
-
- com.sun.javatest.lib.MultiTest
-
- javasoft.sqe.tests.api.jakarta.activation.ActivationDataFlavor.ActivationDataFlavor_Test
-
- All Implemented Interfaces:
com.sun.javatest.Test
public class ActivationDataFlavor_Test extends com.sun.javatest.lib.MultiTest
Here we test the three ActivationDataFlavor(..) constructors. We do this by passing the expected parameters and then by verifying that ActivationDataFlavor object type get created. If so then this testcase passes otherwise it fails.
-
-
Constructor Summary
Constructors Constructor Description ActivationDataFlavor_Test()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
com.sun.javatest.Status
testForActivationDF1()
com.sun.javatest.Status
testForActivationDF2()
com.sun.javatest.Status
testForActivationDF3()
-