Class AnalyzerImpl


  • public abstract class AnalyzerImpl
    extends java.lang.Object
    Dummy analyzer: prints a list of tests and their blades, possibly filtering on the test names' prefix and the blades' class name. This class intends to be a sample for programming analyzers and accessing the storage system.
    Author:
    Bruno Dillenseger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected StorageRead store  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnalyzerImpl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnalyzerImpl

        public AnalyzerImpl()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - args[0] is the classname of the storage component; args[1] is optional and may give a prefix that test names must match to be printed. A - (minus sign) character or an empty string sets an empty prefix matching all test names; args[2] is optional and may specify a blade class name that blades must be instances of to be listed (an empty string is ignored).