Package org.infinispan.commons.test
Class TestSuiteProgress
- java.lang.Object
-
- org.infinispan.commons.test.TestSuiteProgress
-
public class TestSuiteProgress extends Object
Helper class for test listeners.- Since:
- 9.0
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description TestSuiteProgress()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfakeTestFailure(String name, Throwable exception)Write a fake test failures in the test-failures log, forprocess_trace_logs.sh
-