public class

TestAttachFileHelper

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.util.TestAttachFileHelper

Class Overview

Test at least the error message i18n of the AttachFileHelper

Summary

Public Constructors
TestAttachFileHelper()
Public Methods
void testBlankFileName()
void testValidFileName()
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 TestAttachFileHelper ()

Public Methods

public void testBlankFileName ()

Throws
IOException

public void testValidFileName ()

Throws
IOException

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception