Summary
[
summary] [
package list] [
test cases]
Tests | Errors | Failures | Success rate | Time(s) |
27 | 0 | 0 | 100,00% | 3,27 |
Note:
failuresare anticipated and checked for with assertions while
errorsare unanticipated.
Package List
[
summary] [
package list] [
test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
org.smartcrawler.common
| 9 | 0 | 0 | 100,00% | 0,22 |
org.smartcrawler.extractor
| 7 | 0 | 0 | 100,00% | 0,24 |
org.smartcrawler.filter
| 3 | 0 | 0 | 100,00% | 0,18 |
org.smartcrawler.persistence
| 4 | 0 | 0 | 100,00% | 0,19 |
org.smartcrawler.retriever
| 4 | 0 | 0 | 100,00% | 2,43 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.smartcrawler.common
Class | Tests | Errors | Failures | Success Rate | Time |
|
LinkTest
| 9 | 0 | 0 | 100,00% | 0,221 |
org.smartcrawler.filter
Class | Tests | Errors | Failures | Success Rate | Time |
|
AbstractFilterTest
| 3 | 0 | 0 | 100,00% | 0,181 |
org.smartcrawler.retriever
Class | Tests | Errors | Failures | Success Rate | Time |
|
HttpCallRetrieverTest
| 4 | 0 | 0 | 100,00% | 2,434 |
Test Cases
[
summary] [
package list] [
test cases]
LinkTest
| testGetURLH | 0,21 |
| testToStringWithFragment | 0,00 |
| testToStringWithPort | 0,00 |
| testToStringWithHost | 0,00 |
| testGetPath | 0,00 |
| testGetHost | 0,00 |
| testEquals | 0,00 |
| testHashCode | 0,00 |
| testToString | 0,00 |
LinkBuilderImplTest
| testBuildLink_Absolute | 0,02 |
| testBuildLink_Relative_1 | 0,00 |
| testBuildLink_Relative_2 | 0,00 |
| testBuildLink_Relative_3 | 0,01 |
MimeTypeTranslatorTest
| testGetMimeType | 0,00 |
| testGetFileExtension | 0,00 |
PatternProviderTest
| testGetPatterns | 0,18 |
AbstractFilterTest
| testGetParameters | 0,17 |
| testGetParameter | 0,00 |
| testSetParameters | 0,00 |
FileSystemPersisterTest
| testPersist | 0,00 |
| testLinkToFilePathWithInvalidChars | 0,13 |
| testLinkToFilePathWithInvalidCharsAndSubDir | 0,00 |
| testLinkToFilePathWithExtension | 0,05 |
HttpCallRetrieverTest
| testExecute | 0,82 |
| testGetRedirLink | 0,79 |
| testGetContent | 0,82 |
| testCreateHostConfiguration | 0,00 |