|
OpenSim
|


Additional Inherited Members | |
Public Member Functions inherited from OpenSim.Data.Tests.RegionTests< TConn, TRegStore > | |
| RegionTests (string conn, bool rebuild) | |
| RegionTests () | |
| RegionTests (string conn) | |
| RegionTests (bool rebuild) | |
| void | T001_LoadEmpty () |
| void | T010_StoreSimpleObject () |
| void | T011_ObjectNames () |
| void | T012_SceneParts () |
| void | T013_DatabasePersistency () |
| void | T014_UpdateObject () |
| void | T015_LargeSceneObjects () |
| Test storage and retrieval of a scene object with a large number of parts. More... | |
| void | T016_RandomSogWithSceneParts () |
| void | T020_PrimInventoryEmpty () |
| void | T021_PrimInventoryBasic () |
| void | T025_PrimInventoryPersistency () |
| void | T026_PrimInventoryMany () |
| void | T052_RemoveObject () |
| void | T100_DefaultRegionInfo () |
| void | T101_UpdateRegionInfo () |
| void | T300_NoTerrain () |
| void | T301_CreateTerrain () |
| void | T302_FetchTerrain () |
| void | T303_UpdateTerrain () |
| void | T400_EmptyLand () |
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.RegionTests< TConn, TRegStore > | |
| ISimulationDataStore | db |
| UUID | zero = UUID.Zero |
| UUID | region1 = UUID.Random() |
| UUID | region2 = UUID.Random() |
| UUID | region3 = UUID.Random() |
| UUID | region4 = UUID.Random() |
| UUID | prim1 = UUID.Random() |
| UUID | prim2 = UUID.Random() |
| UUID | prim3 = UUID.Random() |
| UUID | prim4 = UUID.Random() |
| UUID | prim5 = UUID.Random() |
| UUID | prim6 = UUID.Random() |
| UUID | item1 = UUID.Random() |
| UUID | item2 = UUID.Random() |
| UUID | item3 = UUID.Random() |
| string | itemname1 = "item1" |
| uint | localID = 1 |
| double | height1 = 20 |
| double | height2 = 100 |
Static Public Attributes inherited from OpenSim.Data.Tests.RegionTests< TConn, TRegStore > | |
| static Random | random = new Random() |
Protected Member Functions inherited from OpenSim.Data.Tests.RegionTests< TConn, TRegStore > | |
| 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 54 of file RegionTests.cs.
1.8.6