Class URLDataSource_Test
- java.lang.Object
- 
- com.sun.javatest.lib.MultiTest
- 
- javasoft.sqe.tests.api.javax.activation.URLDataSource.URLDataSource_Test
 
 
- 
- All Implemented Interfaces:
- com.sun.javatest.Test
 
 public class URLDataSource_Test extends com.sun.javatest.lib.MultiTestCreate instances of URLDataSource, using the constructors of this class. If it returns objects of type URLDataSource, then this testcase passes, otherwise it fails.
- 
- 
Constructor SummaryConstructors Constructor Description URLDataSource_Test()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] argv)com.sun.javatest.StatusURLDataSourceTest1()com.sun.javatest.StatusURLDataSourceTest2()com.sun.javatest.StatusURLDataSourceTest3()
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] argv) 
 - 
URLDataSourceTest1public com.sun.javatest.Status URLDataSourceTest1() throws java.io.IOException, java.net.MalformedURLException- Throws:
- java.io.IOException
- java.net.MalformedURLException
 
 - 
URLDataSourceTest2public com.sun.javatest.Status URLDataSourceTest2() throws java.io.IOException, java.net.MalformedURLException- Throws:
- java.io.IOException
- java.net.MalformedURLException
 
 - 
URLDataSourceTest3public com.sun.javatest.Status URLDataSourceTest3() throws java.io.IOException, java.net.MalformedURLException- Throws:
- java.io.IOException
- java.net.MalformedURLException
 
 
- 
 
-