コード例 #1
0
 public async Task EntersGeofence()
 {
     this.gpsDelegate.CurrentStates.Should().BeEmpty();
     await this.gpsDelegate.OnReading(GpsReading.Create(1, 1));
 }