public class

TestPrimitiveJsonator

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

Summary

Public Constructors
TestPrimitiveJsonator()
Public Methods
void testJsonateBooleanFalse()
void testJsonateBooleanTrue()
void testJsonateDecimal()
void testJsonateNull()
void testJsonateNumber()
void testJsonateString()
void testJsonateStringNull()
void testJsonateStringWithDoubleBackslash()
void testJsonateStringWithQuote()
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 TestPrimitiveJsonator ()

Public Methods

public void testJsonateBooleanFalse ()

public void testJsonateBooleanTrue ()

public void testJsonateDecimal ()

public void testJsonateNull ()

public void testJsonateNumber ()

public void testJsonateString ()

public void testJsonateStringNull ()

public void testJsonateStringWithDoubleBackslash ()

public void testJsonateStringWithQuote ()

Protected Methods

protected void setUp ()

Throws
Exception