Class LaunchSuite.MethodsSuite

Enclosing class:
LaunchSuite

static class LaunchSuite.MethodsSuite extends LaunchSuite.CustomizedSuite
A MethodsSuite is a suite made up of methods.
  • Field Details

    • m_methodNames

      protected Collection<String> m_methodNames
    • m_className

      protected String m_className
    • m_logLevel

      protected int m_logLevel
  • Constructor Details

    • MethodsSuite

      MethodsSuite(String projectName, String className, Collection<String> methodNames, Map<String,String> parameters, String annotationType, int logLevel)
      Constructs a MethodsSuite TODO cquezel JavaDoc.
      Parameters:
      projectName -
      className -
      methodNames -
      parameters -
      annotationType - (may be null)
      logLevel -
  • Method Details