On Jul 25, 2008, at 6:14 PM, Sean DeNigris wrote:
Hi, I'm using OCUnit injected into my project executable in xCode to
test a class that contains an NSSynthesizer.
The following didFinishSpeaking method gets called when I run the
app normally, but not in the test.
This is because, ostensi
Hi, I'm using OCUnit injected into my project executable in xCode to
test a class that contains an NSSynthesizer.
The following didFinishSpeaking method gets called when I run the app
normally, but not in the test.
- (id)init {
...
speechSynthesizer = [NSSpeechSynthesizer new];