Class Distribution


  • public final class Distribution
    extends java.lang.Object
    Distribution module for Testomat.io Java Reporter.

    This module provides unified access to framework-specific reporters through classifiers:

    • junit - for JUnit 5 integration
    • testng - for TestNG integration
    • cucumber - for Cucumber integration
    Since:
    0.6.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION
      Distribution module version.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        Distribution module version.
        See Also:
        Constant Field Values