Package com.pixelmed.test
Class TestPackBits_UnPack
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- com.pixelmed.test.TestPackBits_UnPack
-
- All Implemented Interfaces:
junit.framework.Test
public class TestPackBits_UnPack extends junit.framework.TestCase
-
-
Constructor Summary
Constructors Constructor Description TestPackBits_UnPack(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setUp()
static junit.framework.Test
suite()
protected void
tearDown()
void
TestPackBits_UnPack_AppleSample_IntoTooShortArray()
void
TestPackBits_UnPack_AppleSample_IntoWholeArray()
void
TestPackBits_UnPack_AppleSample_Parts()
void
TestPackBits_UnPack_AppleSample_Size()
void
TestPackBits_UnPack_AppleSample_Whole_Arrays()
void
TestPackBits_UnPack_AppleSample_Whole_Streams()
-
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUp
in classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDown
in classjunit.framework.TestCase
-
TestPackBits_UnPack_AppleSample_Whole_Arrays
public void TestPackBits_UnPack_AppleSample_Whole_Arrays() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestPackBits_UnPack_AppleSample_Whole_Streams
public void TestPackBits_UnPack_AppleSample_Whole_Streams() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestPackBits_UnPack_AppleSample_Size
public void TestPackBits_UnPack_AppleSample_Size() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestPackBits_UnPack_AppleSample_Parts
public void TestPackBits_UnPack_AppleSample_Parts() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestPackBits_UnPack_AppleSample_IntoWholeArray
public void TestPackBits_UnPack_AppleSample_IntoWholeArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
TestPackBits_UnPack_AppleSample_IntoTooShortArray
public void TestPackBits_UnPack_AppleSample_IntoTooShortArray() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-