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.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests:
Collaboration graph
[legend]

Public Member Functions

override void SetUp ()
 
void TestLoadCoalesecedItem ()
 
void TestLoadIarCreatorAccountPresent ()
 Test case where a creator account exists for the creator UUID embedded in item metadata and serialized objects. More...
 
void TestLoadIarV0_1AbsentCreator ()
 Test loading a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet) where the creator or an account with the creator's name does not exist within the system. More...
 
- Public Member Functions inherited from OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase
void FixtureSetup ()
 
void TearDown ()
 
override void SetUp ()
 

Protected Attributes

TestScene m_scene
 
InventoryArchiverModule m_archiverModule
 
- Protected Attributes inherited from OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase
ManualResetEvent mre = new ManualResetEvent(false)
 
byte[] m_iarStreamBytes
 A raw array of bytes that we'll use to create an IAR memory stream suitable for isolated use in each test. More...
 
MemoryStream m_iarStream
 Stream of data representing a common IAR for load tests. More...
 
UserAccount m_uaMT
 
UserAccount m_uaLL1
 
UserAccount m_uaLL2
 
string m_item1Name = "Ray Gun Item"
 
string m_coaItemName = "Coalesced Item"
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase
void ConstructDefaultIarBytesForTestLoad ()
 
void SaveCompleted (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException, int SaveCount, int FilterCount)
 

Detailed Description

Definition at line 49 of file InventoryArchiveLoadTests.cs.

Member Function Documentation

override void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.SetUp ( )
inlinevirtual

Reimplemented from OpenSim.Tests.Common.OpenSimTestCase.

Definition at line 55 of file InventoryArchiveLoadTests.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.TestLoadCoalesecedItem ( )
inline

Definition at line 67 of file InventoryArchiveLoadTests.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.TestLoadIarCreatorAccountPresent ( )
inline

Test case where a creator account exists for the creator UUID embedded in item metadata and serialized objects.

Definition at line 101 of file InventoryArchiveLoadTests.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.TestLoadIarV0_1AbsentCreator ( )
inline

Test loading a V0.1 OpenSim Inventory Archive (subject to change since there is no fixed format yet) where the creator or an account with the creator's name does not exist within the system.

Definition at line 166 of file InventoryArchiveLoadTests.cs.

Member Data Documentation

InventoryArchiverModule OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.m_archiverModule
protected

Definition at line 52 of file InventoryArchiveLoadTests.cs.

TestScene OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveLoadTests.m_scene
protected

Definition at line 51 of file InventoryArchiveLoadTests.cs.


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