Ported RestKit tests over to using the RKTestFactory and completed documentation. fixes #318

This commit is contained in:
Blake Watters
2012-03-15 23:06:49 -04:00
parent a84f52376a
commit 868372272f
27 changed files with 327 additions and 370 deletions

View File

@@ -3,7 +3,7 @@
// RestKit
//
// Created by Blake Watters on 9/1/11.
// Copyright 2011 Two Toasters
// Copyright 2011 RestKit
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
#ifndef RestKit_RKCategoryFix_h
#define RestKit_RKCategoryFix_h
/**
/*
Add this macro before each category implementation, so we don't have to use
-all_load or -force_load to load object files from static libraries that only contain
categories and no classes.