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

Public Member Functions

void SetUpDataSets ()
 Sets up dictionaries and arrays used in the tests. More...
 
void TestExplicitCastLSLFloatToLSLInteger ()
 Tests LSLFloat is correctly cast explicitly to LSLInteger. More...
 
void TestExplicitCastStringToLSLInteger ()
 Tests string is correctly cast explicitly to LSLInteger. More...
 
void TestExplicitCastLSLStringToLSLInteger ()
 Tests LSLString is correctly cast explicitly to LSLInteger. More...
 
void TestImplicitCastBooleanToLSLInteger ()
 Tests boolean correctly cast implicitly to LSLInteger. More...
 
- Public Member Functions inherited from OpenSim.Tests.Common.OpenSimTestCase
virtual void SetUp ()
 

Detailed Description

Definition at line 36 of file LSL_TypesTestLSLInteger.cs.

Member Function Documentation

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_TypesTestLSLInteger.SetUpDataSets ( )
inline

Sets up dictionaries and arrays used in the tests.

Definition at line 45 of file LSL_TypesTestLSLInteger.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_TypesTestLSLInteger.TestExplicitCastLSLFloatToLSLInteger ( )
inline

Tests LSLFloat is correctly cast explicitly to LSLInteger.

Definition at line 80 of file LSL_TypesTestLSLInteger.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_TypesTestLSLInteger.TestExplicitCastLSLStringToLSLInteger ( )
inline

Tests LSLString is correctly cast explicitly to LSLInteger.

Definition at line 114 of file LSL_TypesTestLSLInteger.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_TypesTestLSLInteger.TestExplicitCastStringToLSLInteger ( )
inline

Tests string is correctly cast explicitly to LSLInteger.

Definition at line 97 of file LSL_TypesTestLSLInteger.cs.

void OpenSim.Region.ScriptEngine.Shared.Tests.LSL_TypesTestLSLInteger.TestImplicitCastBooleanToLSLInteger ( )
inline

Tests boolean correctly cast implicitly to LSLInteger.

Definition at line 131 of file LSL_TypesTestLSLInteger.cs.


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