public class

IntegrationTestHtmlSafeRendering

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.integrationtest.confluence.velocity.htmlsafe.IntegrationTestHtmlSafeRendering

Class Overview

Integration tests for the HTML safe Velocity rendering system

Summary

Nested Classes
class IntegrationTestHtmlSafeRendering.HtmlAnnotationTester  
Public Constructors
IntegrationTestHtmlSafeRendering()
Public Methods
void testHtmlSafeIteration()
void testHtmlSafeMethodCallAnnotations()
void testHtmlSafePropertyGetAnnotations()
void testListMemberHtmlSafeInheritance()
void testMapEntryHtmlSafeInheritance()
void testNonHtmlSafeIteration()
void testNonHtmlSafeListMemberEncoding()
void testNonHtmlSafeMapEntryEncoding()
void testSimpleEscaping()
Protected Methods
void setUp()
void tearDown()
[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 IntegrationTestHtmlSafeRendering ()

Public Methods

public void testHtmlSafeIteration ()

Throws
Exception

public void testHtmlSafeMethodCallAnnotations ()

Throws
Exception

public void testHtmlSafePropertyGetAnnotations ()

Throws
Exception

public void testListMemberHtmlSafeInheritance ()

Throws
Exception

public void testMapEntryHtmlSafeInheritance ()

Throws
Exception

public void testNonHtmlSafeIteration ()

Throws
Exception

public void testNonHtmlSafeListMemberEncoding ()

Throws
Exception

public void testNonHtmlSafeMapEntryEncoding ()

Throws
Exception

public void testSimpleEscaping ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception