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

Public Member Functions

void FixtureSetup ()
 
void TearDown ()
 
override void SetUp ()
 

Protected Member Functions

void ConstructDefaultIarBytesForTestLoad ()
 
void SaveCompleted (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException, int SaveCount, int FilterCount)
 

Protected Attributes

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"
 

Detailed Description

Definition at line 49 of file InventoryArchiveTestCase.cs.

Member Function Documentation

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.ConstructDefaultIarBytesForTestLoad ( )
inlineprotected

Definition at line 109 of file InventoryArchiveTestCase.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.FixtureSetup ( )
inline

Definition at line 85 of file InventoryArchiveTestCase.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.SaveCompleted ( UUID  id,
bool  succeeded,
UserAccount  userInfo,
string  invPath,
Stream  saveStream,
Exception  reportedException,
int  SaveCount,
int  FilterCount 
)
inlineprotected

Definition at line 169 of file InventoryArchiveTestCase.cs.

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

Reimplemented from OpenSim.Tests.Common.OpenSimTestCase.

Definition at line 103 of file InventoryArchiveTestCase.cs.

void OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.TearDown ( )
inline

Definition at line 94 of file InventoryArchiveTestCase.cs.

Member Data Documentation

string OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_coaItemName = "Coalesced Item"
protected

Definition at line 82 of file InventoryArchiveTestCase.cs.

MemoryStream OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_iarStream
protected

Stream of data representing a common IAR for load tests.

Definition at line 61 of file InventoryArchiveTestCase.cs.

byte [] OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_iarStreamBytes
protected

A raw array of bytes that we'll use to create an IAR memory stream suitable for isolated use in each test.

Definition at line 56 of file InventoryArchiveTestCase.cs.

string OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_item1Name = "Ray Gun Item"
protected

Definition at line 81 of file InventoryArchiveTestCase.cs.

UserAccount OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_uaLL1
protected
Initial value:
= new UserAccount {
PrincipalID = UUID.Parse("00000000-0000-0000-0000-000000000666"),
FirstName = "Lord",
LastName = "Lucan" }

Definition at line 70 of file InventoryArchiveTestCase.cs.

UserAccount OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_uaLL2
protected
Initial value:
= new UserAccount {
PrincipalID = UUID.Parse("00000000-0000-0000-0000-000000000777"),
FirstName = "Lord",
LastName = "Lucan" }

Definition at line 76 of file InventoryArchiveTestCase.cs.

UserAccount OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.m_uaMT
protected
Initial value:
= new UserAccount {
PrincipalID = UUID.Parse("00000000-0000-0000-0000-000000000555"),
FirstName = "Mr",
LastName = "Tiddles" }

Definition at line 64 of file InventoryArchiveTestCase.cs.

ManualResetEvent OpenSim.Region.CoreModules.Avatar.Inventory.Archiver.Tests.InventoryArchiveTestCase.mre = new ManualResetEvent(false)
protected

Definition at line 51 of file InventoryArchiveTestCase.cs.


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