public class DataBaseTest
extends java.lang.Object
| Constructor and Description |
|---|
DataBaseTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
detetctLatLng_whenLocIdIsInDataBase_returnsLatLng() |
void |
detetctLatLng_whenLocIdIsNotInDataBase_returnsNull() |
void |
detetctLocId_whenIpIsInDataBase_returnsLocId() |
void |
detetctLocId_whenIpIsNotInDataBase_returnsMinusOne() |
void |
ipToLong_whenIpIsValid_returnsLong() |
public void ipToLong_whenIpIsValid_returnsLong()
public void detetctLocId_whenIpIsInDataBase_returnsLocId()
throws java.io.IOException
java.io.IOExceptionpublic void detetctLocId_whenIpIsNotInDataBase_returnsMinusOne()
throws java.io.IOException
java.io.IOExceptionpublic void detetctLatLng_whenLocIdIsInDataBase_returnsLatLng()
throws java.io.IOException
java.io.IOExceptionpublic void detetctLatLng_whenLocIdIsNotInDataBase_returnsNull()
throws java.io.IOException
java.io.IOException