OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes
Package OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests

Classes

class  CompilerTest
 Tests the LSL compiler. Among other things, test that error messages generated by the C# compiler can be mapped to prper lines/columns in the LSL source. More...
 
class  CSCodeGeneratorTest
 Tests the LSL compiler, both the code generation and transformation. Each test has some LSL code as input and C# code as expected output. The generated C# code is compared against the expected C# code. More...