Class LoggerRule

All Implemented Interfaces:
org.junit.rules.TestRule

public class LoggerRule extends AbstractLoggerJUnit implements org.junit.rules.TestRule
TestRule to capture and assert Logger.
Author:
Daniel Sagenschneider
  • Constructor Details

    • LoggerRule

      public LoggerRule()
  • Method Details

    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
      Specified by:
      apply in interface org.junit.rules.TestRule