|
OpenSim
|


Additional Inherited Members | |
Public Member Functions inherited from OpenSim.Data.Tests.EstateTests< TConn, TEstateStore > | |
| void | T010_EstateSettingsSimpleStorage_MinimumParameterSet () |
| void | T011_EstateSettingsSimpleStorage_MaximumParameterSet () |
| void | T012_EstateSettingsSimpleStorage_AccurateParameterSet () |
| void | T012_EstateSettingsRandomStorage () |
| void | T020_EstateSettingsManagerList () |
| void | T021_EstateSettingsUserList () |
| void | T022_EstateSettingsGroupList () |
| void | T022_EstateSettingsBanList () |
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.EstateTests< TConn, TEstateStore > | |
| IEstateDataStore | db |
Static Public Attributes inherited from OpenSim.Data.Tests.EstateTests< TConn, TEstateStore > | |
| static UUID | REGION_ID = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed7") |
| static UUID | USER_ID_1 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed1") |
| static UUID | USER_ID_2 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed2") |
| static UUID | MANAGER_ID_1 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed3") |
| static UUID | MANAGER_ID_2 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed4") |
| static UUID | GROUP_ID_1 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed5") |
| static UUID | GROUP_ID_2 = new UUID("250d214e-1c7e-4f9b-a488-87c5e53feed6") |
Protected Member Functions inherited from OpenSim.Data.Tests.EstateTests< TConn, TEstateStore > | |
| 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 |
Definition at line 55 of file EstateTests.cs.
1.8.6