OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.Tests.AgentCircuitDataTest Class Reference
Inheritance diagram for OpenSim.Framework.Tests.AgentCircuitDataTest:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.Tests.AgentCircuitDataTest:
Collaboration graph
[legend]

Public Member Functions

void setup ()
 
void HistoricalAgentCircuitDataOSDConversion ()
 Test to ensure that the serialization format is the same and the underlying types don't change without notice oldSerialization is just a json serialization of the OSDMap packed for the AgentCircuitData. The idea is that if the current json serializer cannot parse the old serialization, then the underlying types have changed and are incompatible. More...
 
void TestAgentCircuitDataOSDConversion ()
 Test to ensure that the packing and unpacking methods work. More...
 
- Public Member Functions inherited from OpenSim.Tests.Common.OpenSimTestCase
virtual void SetUp ()
 

Detailed Description

Definition at line 37 of file AgentCircuitDataTest.cs.

Member Function Documentation

void OpenSim.Framework.Tests.AgentCircuitDataTest.HistoricalAgentCircuitDataOSDConversion ( )
inline

Test to ensure that the serialization format is the same and the underlying types don't change without notice oldSerialization is just a json serialization of the OSDMap packed for the AgentCircuitData. The idea is that if the current json serializer cannot parse the old serialization, then the underlying types have changed and are incompatible.

Definition at line 239 of file AgentCircuitDataTest.cs.

void OpenSim.Framework.Tests.AgentCircuitDataTest.setup ( )
inline

Definition at line 54 of file AgentCircuitDataTest.cs.

void OpenSim.Framework.Tests.AgentCircuitDataTest.TestAgentCircuitDataOSDConversion ( )
inline

Test to ensure that the packing and unpacking methods work.

Definition at line 297 of file AgentCircuitDataTest.cs.


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