OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Attributes | List of all members
OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests:
Collaboration graph
[legend]

Public Member Functions

override void SetUp ()
 
void TestInitialCounts ()
 Test that counts before we do anything are correct. More...
 
void TestAddOwnerObject ()
 Test count after a parcel owner owned object is added. More...
 
void TestCopyOwnerObject ()
 Test count after a parcel owner owned copied object is added. More...
 
void TestMoveOwnerObject ()
 Test that parcel counts update correctly when an object is moved between parcels, where that movement is not done directly by the user/ More...
 
void TestRemoveOwnerObject ()
 Test count after a parcel owner owned object is removed. More...
 
void TestAddGroupObject ()
 
void TestRemoveGroupObject ()
 Test count after a parcel owner owned object is removed. More...
 
void TestAddOthersObject ()
 
void TestRemoveOthersObject ()
 
void TestTaint ()
 Test the count is correct after is has been tainted. More...
 

Protected Attributes

UUID m_userId = new UUID("00000000-0000-0000-0000-100000000000")
 
UUID m_groupId = new UUID("00000000-0000-0000-8888-000000000000")
 
UUID m_otherUserId = new UUID("99999999-9999-9999-9999-999999999999")
 
TestScene m_scene
 
PrimCountModule m_pcm
 
ILandObject m_lo
 A parcel that covers the entire sim except for a 1 unit wide strip on the eastern side. More...
 
ILandObject m_lo2
 A parcel that covers just the eastern strip of the sim. More...
 

Detailed Description

Definition at line 43 of file PrimCountModuleTests.cs.

Member Function Documentation

override void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.SetUp ( )
inlinevirtual

Reimplemented from OpenSim.Tests.Common.OpenSimTestCase.

Definition at line 62 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestAddGroupObject ( )
inline

Definition at line 255 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestAddOthersObject ( )
inline

Definition at line 315 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestAddOwnerObject ( )
inline

Test count after a parcel owner owned object is added.

Definition at line 108 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestCopyOwnerObject ( )
inline

Test count after a parcel owner owned copied object is added.

Definition at line 145 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestInitialCounts ( )
inline

Test that counts before we do anything are correct.

Definition at line 90 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestMoveOwnerObject ( )
inline

Test that parcel counts update correctly when an object is moved between parcels, where that movement is not done directly by the user/

Definition at line 171 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestRemoveGroupObject ( )
inline

Test count after a parcel owner owned object is removed.

Definition at line 286 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestRemoveOthersObject ( )
inline

Definition at line 336 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestRemoveOwnerObject ( )
inline

Test count after a parcel owner owned object is removed.

Definition at line 232 of file PrimCountModuleTests.cs.

void OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.TestTaint ( )
inline

Test the count is correct after is has been tainted.

Definition at line 362 of file PrimCountModuleTests.cs.

Member Data Documentation

UUID OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_groupId = new UUID("00000000-0000-0000-8888-000000000000")
protected

Definition at line 46 of file PrimCountModuleTests.cs.

ILandObject OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_lo
protected

A parcel that covers the entire sim except for a 1 unit wide strip on the eastern side.

Definition at line 54 of file PrimCountModuleTests.cs.

ILandObject OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_lo2
protected

A parcel that covers just the eastern strip of the sim.

Definition at line 59 of file PrimCountModuleTests.cs.

UUID OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_otherUserId = new UUID("99999999-9999-9999-9999-999999999999")
protected

Definition at line 47 of file PrimCountModuleTests.cs.

PrimCountModule OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_pcm
protected

Definition at line 49 of file PrimCountModuleTests.cs.

TestScene OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_scene
protected

Definition at line 48 of file PrimCountModuleTests.cs.

UUID OpenSim.Region.CoreModules.World.Land.Tests.PrimCountModuleTests.m_userId = new UUID("00000000-0000-0000-0000-100000000000")
protected

Definition at line 45 of file PrimCountModuleTests.cs.


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