public class CoordinatesTest extends HybrisJUnit4TransactionalTest
defaultLanguage, jaloSession| Constructor and Description |
|---|
CoordinatesTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testDMSPatterns()
The following example tests proper validation of DMS format patterns
|
void |
testGeoLocatorException() |
void |
testGPSToDMSString()
The following example tests if the toDMSString method works as expected
|
void |
testGPSToString()
The following example tests if the toString method works as expected
|
void |
testInstantiationGPSParametersBeyondLimits()
The following example tests instantiation of GPS when improper values of decimal coordinates are given as
parameters.
|
void |
testInstantiationGPSParametersInvalidDMSSyntax()
the following example tests the proper instantiation of GPS location when improper DMS format is given as a String
argument
|
void |
testInstantiationGPSParametersInvalidDMSValues()
the following example tests the proper instantiation of GPS location when improper DMS values are given
|
void |
testInstantiationGPSParametersValidDMS()
The following example tests the proper instantiation of GPS location when valid DMS coordinates are given
|
void |
testInstantiationGPSParametersWithinLimits()
The following example tests the proper instantiation of GPS when the decimal coordinates are given from within the
limits
|
void |
testOneGPSInstantiatedFromAnothersToDMSString()
The following example shows the mutual ralations between two GPS locations created with different 'create' method
calls
|
finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivatedpublic void setUp()
public void tearDown()
public void testGeoLocatorException()
public void testInstantiationGPSParametersWithinLimits()
public void testInstantiationGPSParametersBeyondLimits()
public void testInstantiationGPSParametersValidDMS()
public void testInstantiationGPSParametersInvalidDMSSyntax()
public void testInstantiationGPSParametersInvalidDMSValues()
public void testDMSPatterns()
public void testOneGPSInstantiatedFromAnothersToDMSString()
public void testGPSToString()
public void testGPSToDMSString()
Copyright © 2017 SAP SE. All Rights Reserved.