Searched refs:expectedPointingInfo (Results 1 – 1 of 1) sorted by relevance
2046 PointingInfo expectedPointingInfo = new PointingInfo(10.5f, 30.23f); in testReceiveSatellitePositionUpdate() local2050 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveSatellitePositionUpdate()2052 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveSatellitePositionUpdate()2090 PointingInfo expectedPointingInfo = new PointingInfo(10.5f, 30.23f); in testReceiveMultipleSatellitePositionUpdates() local2094 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveMultipleSatellitePositionUpdates()2096 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveMultipleSatellitePositionUpdates()2102 expectedPointingInfo = new PointingInfo(100, 120); in testReceiveMultipleSatellitePositionUpdates()2106 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveMultipleSatellitePositionUpdates()2108 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveMultipleSatellitePositionUpdates()