org.sgx.j2s.js
Class JsUtilsTest

Package class diagram package JsUtilsTest
java.lang.Object
  extended by TestCase
      extended by org.sgx.j2s.js.JsUtilsTest

public class JsUtilsTest
extends TestCase


Field Summary
private  java.lang.String testFuncAttr1
           
(package private)  java.lang.String testOBJ1Attr1
           
 
Constructor Summary
JsUtilsTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testARR()
           
 void testFUNC1()
           
 void testGET()
           
 void testOBJ1()
           
 void testPUT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testFuncAttr1

private java.lang.String testFuncAttr1

testOBJ1Attr1

java.lang.String testOBJ1Attr1
Constructor Detail

JsUtilsTest

public JsUtilsTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testFUNC1

public void testFUNC1()

testPUT

public void testPUT()

testGET

public void testGET()

testOBJ1

public void testOBJ1()

testARR

public void testARR()