org.rococoa.test
Class RococoaTestCase
java.lang.Object
org.rococoa.test.RococoaTestCase
public abstract class RococoaTestCase
- extends java.lang.Object
A TestCase which runs tests with an autorelease pool in place.
- Author:
- duncan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gcAfterTest
public static boolean gcAfterTest
logging
protected static final org.slf4j.Logger logging
pool
protected NSAutoreleasePool pool
RococoaTestCase
public RococoaTestCase()
initializeLogging
public static void initializeLogging()
preSetup
public void preSetup()
postTeardown
public void postTeardown()
assertRetainCount
public static void assertRetainCount(int expected,
NSObject object)
assertRetainCount
public static void assertRetainCount(int expected,
ID id)
gc
public static void gc()
Copyright © 2009. All Rights Reserved.