Class TestIsDicomFile

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.pixelmed.test.TestIsDicomFile
All Implemented Interfaces:
junit.framework.Test

public class TestIsDicomFile extends junit.framework.TestCase
  • Constructor Details

    • TestIsDicomFile

      public TestIsDicomFile(String name)
  • Method Details

    • suite

      public static junit.framework.Test suite()
    • setUp

      protected void setUp()
      Overrides:
      setUp in class junit.framework.TestCase
    • tearDown

      protected void tearDown()
      Overrides:
      tearDown in class junit.framework.TestCase
    • TestIsDicomFile_NormalPreambleAndMetaInformation

      public void TestIsDicomFile_NormalPreambleAndMetaInformation() throws Exception
      Throws:
      Exception
    • TestIsDicomFile_NoPreambleOrMetaInformation

      public void TestIsDicomFile_NoPreambleOrMetaInformation() throws Exception
      Throws:
      Exception
    • TestIsDicomFile_NormalPreambleAndCommandElementsBeforeMetaInformation

      public void TestIsDicomFile_NormalPreambleAndCommandElementsBeforeMetaInformation() throws Exception
      Throws:
      Exception
    • TestIsDicomFile_NoPreambleOrMetaInformationButCommandElementsBeforeDataSet

      public void TestIsDicomFile_NoPreambleOrMetaInformationButCommandElementsBeforeDataSet() throws Exception
      Throws:
      Exception