Class AozanTestRegistry


  • public class AozanTestRegistry
    extends Object
    This class define a registry for Aozan tests.
    Since:
    0.8
    Author:
    Laurent Jourdren
    • Constructor Detail

      • AozanTestRegistry

        public AozanTestRegistry()
        Public constructor.
    • Method Detail

      • get

        public AozanTest get​(String testName)
        Get a the test instance.
        Parameters:
        testName - name of the test.
        Returns:
        an AozanTest or null is the test does not exists