Package rife.bld.extension.testing


package rife.bld.extension.testing
Defines Testing Helpers for bld Extensions.
Since:
1.0
Author:
Erik C. Thauvin
  • Class
    Description
    JUnit annotation for disabling tests on CI/CD environments.
    Disables tests on CI condition.
    JUnit extension for configuring console logging for test suites.
    JUnit annotation for generating random integer values within a specified range.
    Parameter and field resolver for the RandomRange annotation.
    JUnit annotation for configuring random string generation in test method parameters.
    Parameter and field resolver for the RandomString annotation.
    Utility class that provides methods for generating random values and predefined character sets..
    Thread-safe custom log handler for capturing log messages during tests.