Class TestCase9

  • All Implemented Interfaces:
    TestCase

    public class TestCase9
    extends AbstractTestCase
    This class implements a test of the NoiseFilter-class.
    Since:
    1.0.0
    • Constructor Detail

      • TestCase9

        public TestCase9()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Return the description of the test.
      • main

        public static void main​(java.lang.String[] args)
        Main method. Just calls AbstractTestCase.runTest(), which catches and prints exceptions.
      • run

        public void run()
                 throws java.lang.Exception
        Run the test.
        Throws:
        java.lang.Exception