public class

UpgradeUtilsTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.upgrade.UpgradeUtilsTest

Summary

Public Constructors
UpgradeUtilsTest()
Public Methods
void testConvertCaseInsensitiveBooleanValues()
void testConvertMultipleBooleanValues()
void testDoNotConvertContainsBooleanLiteral()
void testIsMSSQL()
void testNoBooleanTranslationDB()
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 UpgradeUtilsTest ()

Public Methods

public void testConvertCaseInsensitiveBooleanValues ()

public void testConvertMultipleBooleanValues ()

public void testDoNotConvertContainsBooleanLiteral ()

public void testIsMSSQL ()

public void testNoBooleanTranslationDB ()

Protected Methods

protected void setUp ()

Throws
Exception