| org.columba.mail.gui.util.AddressListRendererTest
AddressListRendererTest | public class AddressListRendererTest extends TestCase (Code) | | |
testRenderWithDisplayName | public void testRenderWithDisplayName()(Code) | | Test the rendering with multiple addresses with display names.
|
testRenderWithEmptyArray | public void testRenderWithEmptyArray()(Code) | | Test to send an empty Address array to the list.
The method should not throw an IndexOutOfBoundsException if
an empty array is sent in.
author: redsolo |
testRenderWithMultipleItems | public void testRenderWithMultipleItems()(Code) | | Test the rendering with multiple addresses.
|
testRenderWithSingleItem | public void testRenderWithSingleItem()(Code) | | Test the rendering with only one address.
|
|
|