Class TestStatisticRule
- java.lang.Object
-
- org.silverpeas.core.test.integration.rule.TestStatisticRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class TestStatisticRule extends Object implements org.junit.rules.TestRule
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description TestStatisticRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
void
log(String message)
void
log(String prefixMessage, long start, long end)
-
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
log
public void log(String message)
-
log
public void log(String prefixMessage, long start, long end)
-
-