tests/TestZODBData.h

00001 /* vi: set expandtab ts=4 syntax=objc:
00002 
00003   TestZODBData.h
00004   ZODBData framework
00005 
00006   Copyright (c) 2007 Tobias Rodaebel.
00007   All Rights Reserved.
00008  
00009   This software is subject to the provisions of the Zope Public License,
00010   Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
00011   THIS SOFTWARE IS PROVIDED AS IS AND ANY AND ALL EXPRESS OR IMPLIED
00012   WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00013   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
00014   FOR A PARTICULAR PURPOSE.
00015  
00016 */
00017 
00018 #import <SenTestingKit/SenTestingKit.h>
00019 #import "ZODBData.h"
00020 
00021 #include <unistd.h>
00022 
00023 
00025 @interface TestZODBData : SenTestCase
00026 {
00028     NSURL * url;
00029 
00031     ZODBData * data;
00032 
00034     ZODBMutableData * mutable;
00035 }
00036 
00037 @end
00038 
00040 @interface TestFileStorage : TestZODBData
00041 
00042 @end
00043 
00045 @interface TestPersistentDictionary : TestFileStorage
00046 
00047 @end

Generated on Mon Feb 4 23:26:16 2008 for ZODBData Framework by  doxygen 1.5.4