]> git.wincent.com - WOTest.git/commit
Convert WOTest class to use Objective-C 2.0 properties
authorWincent Colaiuta <win@wincent.com>
Tue, 31 Jul 2007 12:22:39 +0000 (14:22 +0200)
committerWincent Colaiuta <win@wincent.com>
Tue, 31 Jul 2007 12:22:39 +0000 (14:22 +0200)
commitf2d45e33384758c6edad36da95b16ba3a0843ccf
tree3c520cd84452fc8b198e69e1daa11f13ec110dda
parentae704acf1359e32f7e8200bc67829126fa54b2f1
Convert WOTest class to use Objective-C 2.0 properties

This commit converts most of the accessors for the instance variables in the
WOTest class to Objective-C 2.0 properties.

At the same time some unused instance variables were disposed of or marked for
future deprecation.

Note that due to an apparent bug in the compiler I was unable to implement the
public-readonly/private-readwrite pattern as suggested in the documentation,
and so the readonly/readwrite portions are commented out. I will be making a
reduced test case for this and filing a Radar. Watch for a future commit that
adds the Radar number in a comment.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
WOTestApplicationTestsController.m
WOTestClass.h
WOTestClass.m