Unit Test Results.

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
25300100.00%1.428
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
net.sf.marineapi.nmea.parser199001.2402010-12-08T19:39:08neptune
net.sf.marineapi.nmea.util54000.1882010-12-08T19:39:10neptune

Package net.sf.marineapi.nmea.parser

NameTestsErrorsFailuresTime(s)Time StampHost
BODTest18000.3342010-12-08T19:39:08neptune
ChecksumTest2000.0282010-12-08T19:39:08neptune
GGATest23000.0932010-12-08T19:39:08neptune
GLLTest8000.0662010-12-08T19:39:08neptune
GSATest13000.0502010-12-08T19:39:08neptune
GSVTest10000.0722010-12-08T19:39:09neptune
PositionParserTest8000.0662010-12-08T19:39:09neptune
RMBTest22000.2092010-12-08T19:39:09neptune
RMCTest24000.0902010-12-08T19:39:09neptune
RTETest19000.0422010-12-08T19:39:09neptune
SentenceTest17000.0532010-12-08T19:39:09neptune
SentenceValidatorTest3000.0182010-12-08T19:39:09neptune
VTGTest17000.0402010-12-08T19:39:09neptune
WPLTest4000.0392010-12-08T19:39:09neptune
ZDATest11000.0402010-12-08T19:39:09neptune
Back to top

Package net.sf.marineapi.nmea.util

NameTestsErrorsFailuresTime(s)Time StampHost
DateTest18000.0292010-12-08T19:39:10neptune
PositionTest19000.0722010-12-08T19:39:10neptune
TimeTest15000.0452010-12-08T19:39:10neptune
WaypointTest2000.0422010-12-08T19:39:10neptune
Back to top


TestCase BODTest

NameStatusTypeTime(s)
testConstructorSuccess0.017
testConstructorWithInvalidSentenceSuccess0.002
testConstructorWithNullSuccess0.001
testConstructorWithRandomStringSuccess0.001
testGetDestinationWaypointIdSuccess0.001
testGetMagneticBearingSuccess0.002
testGetOriginWaypointIdSuccess0.001
testGetTrueBearingSuccess0.001
testSetDestinationWaypointIdSuccess0.001
testSetDestinationWaypointIdWithEmptyStrSuccess0.000
testSetDestinationWaypointIdWithNullSuccess0.001
testSetMagneticBearingSuccess0.001
testSetMagneticBearingWithGreaterThanAllowedSuccess0.002
testSetMagneticBearingWithNegativeValueSuccess0.000
testSetOriginWaypointIdSuccess0.000
testSetTrueBearingSuccess0.001
testSetTrueBearingGreaterThanAllowedSuccess0.000
testSetTrueBearingWithNegativeValueSuccess0.000
Properties »

Back to top

TestCase ChecksumTest

NameStatusTypeTime(s)
testAddSuccess0.005
testCalculateSuccess0.002
Properties »

Back to top

TestCase DateTest

NameStatusTypeTime(s)
testConstructorSuccess0.000
testGetDaySuccess0.000
testGetMonthSuccess0.000
testGetYearSuccess0.000
testConstructorWithValuesSuccess0.000
testEqualsAfterInitSuccess0.000
testEqualsItselfSuccess0.000
testEqualsWhenChangedSuccess0.000
testEqualsWrongTypeSuccess0.000
testSetDaySuccess0.000
testSetDayOutOfBoundsSuccess0.000
testSetMonthSuccess0.000
testSetMonthOutOfBoundsSuccess0.000
testSetYearFiveDigitsSuccess0.000
testSetYearFourDigitSuccess0.009
testSetYearNegativeSuccess0.001
testSetYearThreeDigitsSuccess0.000
testSetYearTwoDigitSuccess0.000
Properties »

Back to top

TestCase GGATest

NameStatusTypeTime(s)
testConstructorSuccess0.013
testGetAltitudeSuccess0.000
testGetAltitudeUnitsSuccess0.005
testGetDgpsAgeSuccess0.003
testGetDgpsStationIdSuccess0.001
testGetFixQualitySuccess0.003
testGetGeoidalHeightSuccess0.003
testGetGeoidalHeightUnitsSuccess0.001
testGetHorizontalDOPSuccess0.000
testGetNumberOfSatellitesSuccess0.001
testGetPositionSuccess0.006
testGetTimeSuccess0.002
testGGAParserSuccess0.001
testSetAltitudeSuccess0.001
testSetAltitudeUnitsSuccess0.001
testSetDgpsAgeSuccess0.002
testSetDgpsStationIdSuccess0.001
testSetFixQualitySuccess0.000
testSetGeoidalHeightSuccess0.002
testSetGeoidalHeightUnitsSuccess0.001
testSetHorizontalDOPSuccess0.001
testSetPositionSuccess0.002
testSetTimeSuccess0.002
Properties »

Back to top

TestCase GLLTest

NameStatusTypeTime(s)
testConstructorSuccess0.030
testGetPositionSuccess0.006
testGetTimeSuccess0.002
testSetTimeSuccess0.002
testGetDataStatusSuccess0.003
testSetDataStatusSuccess0.000
testSetPositionWithNonZeroValuesSuccess0.001
testSetPositionWithZeroValuesSuccess0.001
Properties »

Back to top

TestCase GSATest

NameStatusTypeTime(s)
testConstructorSuccess0.014
testGetHorizontalDOPSuccess0.001
testSetHorizontalDOPSuccess0.001
testGetFixStatusSuccess0.003
testGetGpsModeSuccess0.003
testGetPositionDOPSuccess0.000
testGetSatelliteIdsSuccess0.001
testGetVerticalDOPSuccess0.001
testSetFixStatusSuccess0.001
testSetGpsModeSuccess0.001
testSetPositionDOPSuccess0.001
testSetSatelliteIdsSuccess0.001
testSetVerticalDOPSuccess0.000
Properties »

Back to top

TestCase GSVTest

NameStatusTypeTime(s)
testConstructorSuccess0.014
testGetSatelliteCountSuccess0.001
testGetSatelliteInfoSuccess0.001
testGetSentenceCountSuccess0.001
testGetSentenceIndexSuccess0.000
testIsFirstSuccess0.002
testIsLastSuccess0.001
testSetSatelliteCountSuccess0.001
testSetSatelliteInfoSuccess0.005
testSetSentenceCountSuccess0.001
Properties »

Back to top

TestCase PositionParserTest

NameStatusTypeTime(s)
testParseHemisphereLatSuccess0.024
testParseHemisphereLonSuccess0.001
testParseLatitudeSuccess0.000
testParseLongitudeSuccess0.001
testSetLatHemisphereSuccess0.001
testSetLatitudeSuccess0.001
testSetLongitudeSuccess0.001
testSetLonHemisphereSuccess0.001
Properties »

Back to top

TestCase PositionTest

NameStatusTypeTime(s)
testSetLatHemisphereSuccess0.003
testSetLatitudeSuccess0.000
testSetLongitudeSuccess0.000
testDistanceToSuccess0.049
testGetDatumSuccess0.000
testGetLatHemisphereSuccess0.000
testGetLatitudeSuccess0.001
testGetLongitudeSuccess0.000
testGetLonHemisphereSuccess0.000
testSetLatHemisphereEastSuccess0.001
testSetLatHemisphereWestSuccess0.000
testSetLatitudeWithNegativeValueSuccess0.000
testSetLatitudeWithValueGreaterThanAllowedSuccess0.000
testSetLongitudeHemisphereSuccess0.001
testSetLongitudeHemisphereNorthSuccess0.000
testSetLongitudeHemisphereSouthSuccess0.001
testSetLongitudeWithNegativeValueSuccess0.000
testSetLongitudeWithValueGreaterThanAllowedSuccess0.001
testToWaypointSuccess0.002
Properties »

Back to top

TestCase RMBTest

NameStatusTypeTime(s)
testConstructorSuccess0.019
testArrivalStatusSuccess0.003
testGetBearingSuccess0.001
testGetCrossTrackErrorSuccess0.000
testGetDestinationSuccess0.091
testGetOriginIdSuccess0.001
testGetRangeSuccess0.000
testGetStatusSuccess0.001
testGetSteerToSuccess0.008
testGetVelocitySuccess0.000
testSetBearingSuccess0.001
testSetBearingWithNegativeValueSuccess0.001
testSetBearingWithValueGreaterThanAllowedSuccess0.000
testSetCrossTrackErrorSuccess0.001
testSetDestinationSuccess0.001
testSetOriginIdSuccess0.002
testSetRangeSuccess0.001
testSetStatusSuccess0.002
testSetSteerToSuccess0.000
testSetSteerToWithNullSuccess0.002
testSetVelocitySuccess0.000
testSetVelocityWithNegativeValueSuccess0.001
Properties »

Back to top

TestCase RMCTest

NameStatusTypeTime(s)
testConstructorSuccess0.015
testGetPositionSuccess0.006
testGetTimeSuccess0.003
testSetPositionSuccess0.002
testSetTimeSuccess0.009
testGetDataStatusSuccess0.003
testSetDataStatusSuccess0.000
testGetGpsModeSuccess0.002
testSetGpsModeSuccess0.000
testGetCorrectedCourseSuccess0.001
testGetCourseSuccess0.003
testGetDateSuccess0.005
testGetDaySuccess0.000
testGetDirectionOfVariationSuccess0.010
testGetMagneticVariationSuccess0.000
testGetMonthSuccess0.002
testGetSpeedSuccess0.000
testGetYearSuccess0.001
testSetCourseSuccess0.001
testSetDateSuccess0.000
testSetDirectionOfVariationSuccess0.000
testSetDirectionOfVariationWithInvalidDirectionSuccess0.001
testSetSpeedSuccess0.001
testSetVariationSuccess0.001
Properties »

Back to top

TestCase RTETest

NameStatusTypeTime(s)
testConstructorSuccess0.015
testGetSentenceCountSuccess0.000
testGetSentenceIndexSuccess0.000
testIsFirstSuccess0.001
testIsLastSuccess0.000
testSetSentenceCountSuccess0.000
testAddWaypointIdSuccess0.001
testGetRouteIdSuccess0.001
testGetWaypointCountSuccess0.000
testGetWaypointIdsSuccess0.001
testIsActiveRouteSuccess0.002
testIsWorkingRouteSuccess0.000
testSetRouteIdSuccess0.001
testSetRouteTypeActiveSuccess0.001
testSetRouteTypeWorkingSuccess0.000
testSetSentenceCountWithNegativeValueSuccess0.002
testSetSentenceIndexSuccess0.001
testSetSentenceIndexWithNegativeValueSuccess0.000
testSetWaypointIdsSuccess0.001
Properties »

Back to top

TestCase SentenceTest

NameStatusTypeTime(s)
testConstructorWithInvalidSentenceSuccess0.014
testConstructorForEmptySentenceSuccess0.001
testConstructorWithNullsSuccess0.003
testConstructorWithNullTypeSuccess0.001
testConstructorWithUnsupportedTalkerSuccess0.000
testConstructorWithUnsupportedTypeSuccess0.000
testConstructorWithWrongTypeSuccess0.000
testGetCharValueWithEmptyFieldsSuccess0.000
testGetDoubleValueWithEmptyFieldsSuccess0.000
testGetSentenceIdSuccess0.000
testGetStringValueSuccess0.001
testGetStringValueWithEmptyFieldsSuccess0.000
testGetStringValueWithIndexGreaterThanAllowedSuccess0.000
testGetStringValueWithNegativeIndexSuccess0.000
testGetStringValueWithValidIndexSuccess0.000
testGetTalkerIdSuccess0.001
testToStringSuccess0.001
Properties »

Back to top

TestCase SentenceValidatorTest

NameStatusTypeTime(s)
testIsValidSuccess0.004
testIsValidWithInvalidInputSuccess0.003
testIsValidWithValidInputSuccess0.001
Properties »

Back to top

TestCase TimeTest

NameStatusTypeTime(s)
testSetTimeSuccess0.001
testToDateSuccess0.000
testGetHourSuccess0.000
testGetMillisecondsSuccess0.001
testGetMinutesSuccess0.000
testGetSecondsSuccess0.000
testSetHourSuccess0.000
testSetInvalidHourSuccess0.000
testSetInvalidMinutesSuccess0.000
testSetInvalidSecondsSuccess0.000
testSetMinutesSuccess0.000
testSetNegativeHourSuccess0.000
testSetNegativeMinutesSuccess0.001
testSetNegativeSecondsSuccess0.000
testSetSecondsSuccess0.000
Properties »

Back to top

TestCase WaypointTest

NameStatusTypeTime(s)
testDescriptionSuccess0.004
testIdSuccess0.001
Properties »

Back to top

TestCase WPLTest

NameStatusTypeTime(s)
testConstructorSuccess0.017
testGetWaypointSuccess0.006
testSetWaypointWithNonZeroValuesSuccess0.002
testSetWaypointWithZeroValuesSuccess0.000
Properties »

Back to top

TestCase VTGTest

NameStatusTypeTime(s)
testConstructorSuccess0.011
testGetMagneticCourseSuccess0.001
testGetModeSuccess0.003
testGetSpeedKmhSuccess0.000
testGetSpeedKnotsSuccess0.001
testGetTrueCourseSuccess0.000
testSetMagneticCourseSuccess0.000
testSetMagneticCourseWithNegativeValueSuccess0.000
testSetMagneticCourseWithValueGreaterThanAllowedSuccess0.000
testSetModeSuccess0.000
testSetSpeedKmhSuccess0.001
testSetSpeedKmhWithNegativeValueSuccess0.000
testSetSpeedKnotsSuccess0.000
testSetSpeedKnotsWithNegativeValueSuccess0.001
testSetTrueCourseSuccess0.000
testSetTrueCourseWithNegativeValueSuccess0.002
testSetTrueCourseWithValueGreaterThanAllowedSuccess0.000
Properties »

Back to top

TestCase ZDATest

NameStatusTypeTime(s)
testConstructorSuccess0.015
testGetTimeSuccess0.002
testSetTimeSuccess0.001
testGetDateSuccess0.002
testGetDaySuccess0.000
testGetMonthSuccess0.001
testGetYearSuccess0.000
testSetDateSuccess0.001
testGetLocalZoneHoursSuccess0.000
testGetLocalZoneMinutesSuccess0.000
testToDateSuccess0.001
Properties »

Back to top