public class

TestDefaultLocaleManager

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.languages.TestDefaultLocaleManager

Summary

Public Constructors
TestDefaultLocaleManager()
Public Methods
void testDefaultLocaleIsCached()
void testMissingUserGetsDefaultLocale()
void testPreferredLocaleIsCached()
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 TestDefaultLocaleManager ()

Public Methods

public void testDefaultLocaleIsCached ()

public void testMissingUserGetsDefaultLocale ()

public void testPreferredLocaleIsCached ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception