[Test]
title GetLocation test
create TLocTest foobar
foobar GetLocation
delete foobar
[Endtest]
[Test]
title LocationUpdate test
create TLocTest foobar
foobar LocationUpdates
delete foobar
[Endtest]
[Test]
title CancelLocationUpdates1 test
create TLocTest foobar
foobar CancelLocationUpdates1
delete foobar
[Endtest]
[Test]
title CancelLocationUpdates2 test
create TLocTest foobar
foobar CancelLocationUpdates2
delete foobar
[Endtest]
[Test]
title GetLastKnown Location
create TLocTest foobar
foobar LastKnownLoc
delete foobar
[Endtest]
[Test]
title FindDistance
create TLocTest foobar
foobar FindDistance
delete foobar
[Endtest]
[Test]
title GetLocationAsynch
create TLocTest foobar
foobar GetLocationAsynch
delete foobar
[Endtest]
[Test]
title CancelLocationAsynch
create TLocTest foobar
foobar CancelLocationAsynch
delete foobar
[Endtest]
[Test]
title Stray Signal Test
create TLocTest foobar
foobar StraySignal
delete foobar
[Endtest]
[Test]
title Stray Signal Test for GetLocation
create TLocTest foobar
foobar StraySignalGetLoc
delete foobar
[Endtest]