Home | History | Annotate | Download | only in general_test

Lines Matching full:case

193 #define CASE(testName, className) \
194 case TestNames::testName: \
198 CASE(kHelloWorld, HelloWorldTest);
199 CASE(kSimpleHeapAlloc, SimpleHeapAllocTest);
200 CASE(kHeapAllocStress, HeapAllocStressTest);
201 CASE(kGetTime, GetTimeTest);
202 CASE(kEventBetweenApps0, EventBetweenApps0);
203 CASE(kEventBetweenApps1, EventBetweenApps1);
204 CASE(kSendEvent, SendEventTest);
205 CASE(kBasicAccelerometer, BasicAccelerometerTest);
206 CASE(kBasicInstantMotionDetect, BasicInstantMotionDetectTest);
207 CASE(kBasicStationaryDetect, BasicStationaryDetectTest);
208 CASE(kBasicGyroscope, BasicGyroscopeTest);
209 CASE(kBasicMagnetometer, BasicMagnetometerTest);
210 CASE(kBasicBarometer, BasicBarometerTest);
211 CASE(kBasicLightSensor, BasicLightSensorTest);
212 CASE(kBasicProximity, BasicProximityTest);
213 CASE(kVersionSanity, VersionSanityTest);
214 CASE(kLoggingSanity, LoggingSanityTest);
215 CASE(kSendMessageToHost, SendMessageToHostTest);
216 CASE(kTimerSet, TimerSetTest);
217 CASE(kTimerCancel, TimerCancelTest);
218 CASE(kTimerStress, TimerStressTest);
219 CASE(kSendEventStress, SendEventStressTest);
220 CASE(kHeapExhaustionStability, HeapExhaustionStabilityTest);
221 CASE(kGnssCapabilities, GnssCapabilitiesTest);
222 CASE(kWifiCapabilities, WifiCapabilitiesTest);
223 CASE(kWwanCapabilities, WwanCapabilitiesTest);
224 CASE(kSensorInfo, SensorInfoTest);
225 CASE(kWwanCellInfoTest, WwanCellInfoTest);
226 CASE(kEstimatedHostTime, EstimatedHostTimeTest);
227 CASE(kNanoappInfoByAppId, NanoappInfoByAppIdTest);
228 CASE(kNanoappInfoByInstanceId, NanoappInfoByInstanceIdTest);
229 CASE(kNanoAppInfoEventsPerformer, NanoAppInfoEventsTestPerformer);
230 CASE(kNanoAppInfoEventsObserver, NanoAppInfoEventsTestObserver);
231 CASE(kBasicAudioTest, BasicAudioTest);
232 CASE(kHostAwakeSuspend, HostAwakeSuspendTest);
233 CASE(kBasicGnssTest, BasicGnssTest);
234 CASE(kBasicWifiTest, BasicWifiTest);
236 #undef CASE