Class TestExecutor

Object
org.thymeleaf.testing.templateengine.engine.TestExecutor

public final class TestExecutor extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getThreadExecutionId

      public static String getThreadExecutionId()
    • getThreadTestName

      public static String getThreadTestName()
    • getThreadTest

      public static ITest getThreadTest()
    • setThreadExecutionId

      protected static void setThreadExecutionId(String executionId)
    • getTestableResolver

      public ITestableResolver getTestableResolver()
    • setTestableResolver

      public void setTestableResolver(ITestableResolver testableResolver)
    • getProcessingContextBuilder

      public IProcessingContextBuilder getProcessingContextBuilder()
    • setDialects

      public void setDialects(List<? extends IDialect> dialects)
    • getDialects

      public List<IDialect> getDialects()
    • setThrottleStep

      public void setThrottleStep(int throttleStep)
    • getThrottleStep

      public int getThrottleStep()
    • getThrottleType

      public TestExecutor.ThrottleType getThrottleType()
    • setThrottleType

      public void setThrottleType(TestExecutor.ThrottleType throttleType)
    • setReporter

      public void setReporter(ITestReporter reporter)
    • getReporter

      public ITestReporter getReporter()
    • execute

      public void execute(String testableName)
    • executeTestable

      protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult executeTestable(ITestable testable, org.thymeleaf.testing.templateengine.engine.TestExecutionContext context)
    • reset

      public final void reset()
    • isAllOK

      public final boolean isAllOK()