public class

TestBoxingUtils

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

Class Overview

Tests for BoxingUtils

Summary

Public Constructors
TestBoxingUtils()
Public Methods
void testArrayWithBoxedValueIsUnboxedCorrectly()
void testNullIsUnboxable()
void testUnboxBoxedObject()
void testUnboxUnboxedObject()
[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 TestBoxingUtils ()

Public Methods

public void testArrayWithBoxedValueIsUnboxedCorrectly ()

public void testNullIsUnboxable ()

public void testUnboxBoxedObject ()

public void testUnboxUnboxedObject ()