public class WebReaderTest extends Object
| Constructor and Description |
|---|
WebReaderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testWebReaderBadSelector()
Test failed WebReader instantiation - bad selector
|
void |
testWebReaderBadURL()
Test failed WebReader instantiation - bad URL
|
void |
testWebReaderData()
Test WebReader with static file - data
|
void |
testWebReaderDataBadFile()
Test WebReader with bad static file - data
|
void |
testWebReaderDataNoTH()
Test WebReader with no headings static file - data
|
void |
testWebReaderHeadings()
Test WebReader with static file - headings
|
void |
testWebReaderHeadingsBadFile()
Test WebReader with bad static file - headings
|
void |
testWebReaderIterator()
Test WebReader iterator with static file
|
void |
testWebReaderMalURL()
Test failed WebReader instantiation - malformed URL
|
void |
testWebReaderURLFetch()
Test WebReader URL fetch
|
void |
testWebReaderURLNoPath()
Test WebReader URL instantiation - no path
|
void |
testWebReaderURLWithPath()
Test WebReader URL instantiation - with path
|
public void testWebReaderURLNoPath()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderURLWithPath()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderURLFetch()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderMalURL()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderBadURL()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderBadSelector()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderHeadings()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderData()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderHeadingsBadFile()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderDataBadFile()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderDataNoTH()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionpublic void testWebReaderIterator()
throws net.hydromatic.optiq.impl.web.WebReaderException
net.hydromatic.optiq.impl.web.WebReaderExceptionCopyright © 2014 Henry Olson. All Rights Reserved.