OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Attributes | List of all members
OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests Class Reference

Tests for inventory functions in LSL More...

Inheritance diagram for OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests:
Collaboration graph
[legend]

Public Member Functions

override void SetUp ()
 
void TestLlGiveInventoryO2OSameOwner ()
 Test giving inventory from an object to an object where both are owned by the same user. More...
 
void TestLlGiveInventoryO2ODifferentOwners ()
 Test giving inventory from an object to an object where they have different owners More...
 
void TestLlGiveInventoryO2DifferentAvatar ()
 Test giving inventory from an object to an avatar that is not the object's owner. More...
 
void TestLlGiveInventoryO2DifferentAvatarNoMod ()
 Test giving inventory from an object to an avatar that is not the object's owner and where the next permissions do not include mod. More...
 
void TestLlRemoteLoadScriptPin ()
 

Protected Attributes

Scene m_scene
 
XEngine.XEngine m_engine
 

Detailed Description

Tests for inventory functions in LSL

Definition at line 55 of file LSL_ApiInventoryTests.cs.

Member Function Documentation

override void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.SetUp ( )
inlinevirtual

Reimplemented from OpenSim.Tests.Common.OpenSimTestCase.

Definition at line 61 of file LSL_ApiInventoryTests.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.TestLlGiveInventoryO2DifferentAvatar ( )
inline

Test giving inventory from an object to an avatar that is not the object's owner.

Definition at line 175 of file LSL_ApiInventoryTests.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.TestLlGiveInventoryO2DifferentAvatarNoMod ( )
inline

Test giving inventory from an object to an avatar that is not the object's owner and where the next permissions do not include mod.

Definition at line 209 of file LSL_ApiInventoryTests.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.TestLlGiveInventoryO2ODifferentOwners ( )
inline

Test giving inventory from an object to an object where they have different owners

Definition at line 118 of file LSL_ApiInventoryTests.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.TestLlGiveInventoryO2OSameOwner ( )
inline

Test giving inventory from an object to an object where both are owned by the same user.

Definition at line 81 of file LSL_ApiInventoryTests.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.TestLlRemoteLoadScriptPin ( )
inline

Definition at line 242 of file LSL_ApiInventoryTests.cs.

Member Data Documentation

XEngine.XEngine OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.m_engine
protected

Definition at line 58 of file LSL_ApiInventoryTests.cs.

Scene OpenSim.Region.ScriptEngine.Shared.Tests.LSL_ApiInventoryTests.m_scene
protected

Definition at line 57 of file LSL_ApiInventoryTests.cs.


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