| getContentType_Test | Create an instance URLDataSource, use it to call getContentType() api,
 if it returns content type string then this testcase passes, otherwise
 it fails. | 
| getInputStream_Test | Create an instance of URLDataSource, use it call getInputStream() api, if
 it returns non-null object of type InputStream, then this testcase passes,
 otherwise it fails. | 
| getName_Test | Create an instance of URLDataSource, then use it to call getName() method, if it
 returns a non-null expected string, then this testcase passes, otherwise it fails. | 
| getOutputStream_Test | Create an instance of URLDataSource, use it call getOutputStream() api, if
 it returns non-null object of type OutputStream, then this testcase passes,
 otherwise it fails. | 
| getURL_Test | Create an instance of URLDataSource, use it call getURL() api, if it
 returns expected URL for this DataSource, then this testcase passes,
 otherwise it fails. | 
| URLDataSource_Test | Create instances of URLDataSource, using the constructors of this class. |