org.apache.tapestry.json
Class TestJsonProperties

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.json.TestJsonProperties

public class TestJsonProperties
extends BaseComponentTestCase

Tests functionality of the core JSONObject .

Author:
jkuhnert

Constructor Summary
TestJsonProperties()
           
 
Method Summary
 void test_Literal_Array_Container()
           
 void test_Literal_Arrays()
           
 void test_Multiple_Element_Accumulate()
           
 void test_Single_Element_Accumulate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJsonProperties

public TestJsonProperties()
Method Detail

test_Literal_Arrays

public void test_Literal_Arrays()

test_Literal_Array_Container

public void test_Literal_Array_Container()

test_Multiple_Element_Accumulate

public void test_Multiple_Element_Accumulate()

test_Single_Element_Accumulate

public void test_Single_Element_Accumulate()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.