XCTest
XCTestExpectation *expectation = [self expectationForNotification:UIApplicationDidReceiveMemoryWarningNotification object:nil handler:^BOOL(NSNotification *notification) {
return YES;
}];
[self waitForExpectations:@[expectation] timeout:30.0];