OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
List of all members
OpenSim.Data.Tests.SQLiteAssetTests Class Reference
Inheritance diagram for OpenSim.Data.Tests.SQLiteAssetTests:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.Tests.SQLiteAssetTests:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from OpenSim.Data.Tests.AssetTests< TConn, TAssetData >
void T001_LoadEmpty ()
 
void T010_StoreReadVerifyAssets ()
 
void T020_CheckForWeirdCreatorID ()
 
- Public Member Functions inherited from OpenSim.Data.Tests.BasicDataServiceTest< TConn, TService >
 BasicDataServiceTest ()
 
 BasicDataServiceTest (string conn)
 
void Init ()
 
void Cleanup ()
 
- Public Attributes inherited from OpenSim.Data.Tests.AssetTests< TConn, TAssetData >
UUID uuid1 = UUID.Random()
 
UUID uuid2 = UUID.Random()
 
UUID uuid3 = UUID.Random()
 
string critter1 = UUID.Random().ToString()
 
string critter2 = UUID.Random().ToString()
 
string critter3 = UUID.Random().ToString()
 
byte[] data1 = new byte[100]
 
- Protected Member Functions inherited from OpenSim.Data.Tests.AssetTests< TConn, TAssetData >
override void InitService (object service)
 To be overridden in derived classes. Do whatever init with the m_service, like setting the conn string to it. You'd probably want to to cast the 'service' to a more specific type and store it in a member var. This framework takes care of disposing it, if it's disposable. More...
 
- Protected Member Functions inherited from OpenSim.Data.Tests.BasicDataServiceTest< TConn, TService >
virtual DbConnection Connect ()
 
virtual void ExecuteSql (string sql)
 
delegate bool ProcessRow (IDataReader reader)
 
virtual int ExecQuery (string sql, bool bSingleRow, ProcessRow action)
 
virtual void DropTables (params string[] tables)
 Drop tables (listed as parameters). There is no "DROP IF EXISTS" syntax common for all databases, so we just DROP and ignore an exception. More...
 
virtual void ResetMigrations (params string[] stores)
 Clear tables listed as parameters (without dropping them). More...
 
virtual void ClearTables (params string[] tables)
 Clear tables listed as parameters (without dropping them). More...
 
- Protected Attributes inherited from OpenSim.Data.Tests.BasicDataServiceTest< TConn, TService >
string m_connStr
 
ILog m_log
 

Detailed Description

Definition at line 49 of file AssetTests.cs.


The documentation for this class was generated from the following file: