public class

TestContextMap

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.velocity.TestContextMap

Class Overview

Tests ContextUtils.

Summary

Public Constructors
TestContextMap()
Public Methods
void testGet()
void testKeySet()
void testValues()
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 TestContextMap ()

Public Methods

public void testGet ()

Throws
Exception

public void testKeySet ()

Throws
Exception

public void testValues ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception