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

Additional Inherited Members

- Public Member Functions inherited from OpenSim.Data.Tests.InventoryTests< TConn, TInvStore >
 InventoryTests (string conn)
 
 InventoryTests ()
 
void T001_LoadEmpty ()
 
void T010_FolderNonParent ()
 
void T011_FolderCreate ()
 
void T012_FolderList ()
 
void T013_FolderHierarchy ()
 
void T014_MoveFolder ()
 
void T015_FolderHierarchy ()
 
void T100_NoItems ()
 
void T101_CreatItems ()
 
void T102_CompareItems ()
 
void T103_UpdateItem ()
 
void T104_RandomUpdateItem ()
 
void T999_StillNull ()
 
- 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.InventoryTests< TConn, TInvStore >
IInventoryDataPlugin db
 
UUID zero = UUID.Zero
 
UUID folder1 = UUID.Random()
 
UUID folder2 = UUID.Random()
 
UUID folder3 = UUID.Random()
 
UUID owner1 = UUID.Random()
 
UUID owner2 = UUID.Random()
 
UUID owner3 = UUID.Random()
 
UUID item1 = UUID.Random()
 
UUID item2 = UUID.Random()
 
UUID item3 = UUID.Random()
 
UUID asset1 = UUID.Random()
 
UUID asset2 = UUID.Random()
 
UUID asset3 = UUID.Random()
 
string name1
 
string name2 = "First Level folder"
 
string name3 = "First Level folder 2"
 
string niname1 = "My Shirt"
 
string iname1 = "Shirt"
 
string iname2 = "Text Board"
 
string iname3 = "No Pants Barrel"
 
- Protected Member Functions inherited from OpenSim.Data.Tests.InventoryTests< TConn, TInvStore >
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 48 of file InventoryTests.cs.


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