Is it possible to create a simple objective C object in xcode that has some basic test code, and then execute just this object, ala execute an alternative main()?
ie I have an LdapWrapper class and I want to write an LdapWrapperTest class that I can run on demand (it cant be part of the build process as it depends on access to an ldap server)