com.atlassian.core.util
Class TestImageInfo

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.core.util.TestImageInfo
All Implemented Interfaces:
junit.framework.Test

public class TestImageInfo
extends junit.framework.TestCase


Constructor Summary
TestImageInfo()
           
 
Method Summary
 void testCheckGif()
           
 void testCheckJPeg()
           
 void testCheckJPegWithInvalidData()
           
 void testCheckPng()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestImageInfo

public TestImageInfo()
Method Detail

testCheckJPeg

public void testCheckJPeg()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testCheckPng

public void testCheckPng()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCheckGif

public void testCheckGif()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCheckJPegWithInvalidData

public void testCheckJPegWithInvalidData()
                                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.