Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Useful XCode shortcut for creating tests
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andrei Patru  
View profile   Translate to Translated (View Original)
 More options Aug 16 2012, 10:18 am
From: Andrei Patru <apa...@viadeoteam.com>
Date: Thu, 16 Aug 2012 07:18:47 -0700 (PDT)
Local: Thurs, Aug 16 2012 10:18 am
Subject: Useful XCode shortcut for creating tests

Hi,

I thought I'd share a small snippet I use for creating test methods in
XCode. I think it would be useful in the future if the setUp_ and tearDown_
would be automatically picked up by the GHUnit framework at the start and
end of the test method.

- (void)test<#MethodName#> {

[self setUp_<#testMethodName#>];

[self tearDown_<#testMethodName#>];

}

- (void)setUp_<#testMethodName#> {

}

- (void)tearDown_<#testMethodName#> {

}

Cheers!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »