public class

TestDefaultJsonator

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.json.jsonator.TestDefaultJsonator

Summary

Nested Classes
class TestDefaultJsonator.I18nTestBean  
class TestDefaultJsonator.TestBean  
Public Constructors
TestDefaultJsonator()
Public Methods
void testI18nedBean()
void testJsonateBean()
void testJsonateListAsRootBean()
void testJsonateListOfBeans()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultJsonator ()

Public Methods

public void testI18nedBean ()

public void testJsonateBean ()

Throws
Exception

public void testJsonateListAsRootBean ()

Throws
Exception

public void testJsonateListOfBeans ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception