Is there a way to clear NSUserDefaults / SharedPreferences?
I know that you can call resetApp() but that restarts the simulator itself (at least on iOS) and that takes a long time.
I am more interested in closing the application and clearing the NSUserDefaults / SharedPreferences before each test in order to make them run faster rather than calling resetApp()