Class MetadataExtractorTest.PngChunkTypeTest

  • Enclosing class:
    MetadataExtractorTest

    public class MetadataExtractorTest.PngChunkTypeTest
    extends java.lang.Object
    Author:
    Drew Noakes https://drewnoakes.com
    • Constructor Detail

      • PngChunkTypeTest

        public PngChunkTypeTest()
    • Method Detail

      • testConstructorTooLong

        public void testConstructorTooLong()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testConstructorTooShort

        public void testConstructorTooShort()
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testConstructorInvalidBytes

        public void testConstructorInvalidBytes()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testConstructorValidBytes

        public void testConstructorValidBytes()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIsCritical

        public void testIsCritical()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIsAncillary

        public void testIsAncillary()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIsPrivate

        public void testIsPrivate()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testIsSafeToCopy

        public void testIsSafeToCopy()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAreMultipleAllowed

        public void testAreMultipleAllowed()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testEquality

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