Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.CompareResult
java.lang.Object
net.officefloor.server.http.AbstractHttpServerImplementationTestCase.CompareResult
- Enclosing class:
- AbstractHttpServerImplementationTestCase
Compares results of
OfficeFloor servicing against Raw servicing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleansetResult(String prefix, Class<?> servicerClass, AbstractHttpServerImplementationTestCase.PipelineResult pipelineResult) Sets theAbstractHttpServerImplementationTestCase.PipelineResultfor the given prefix and servicer class.
-
Constructor Details
-
CompareResult
protected CompareResult()
-
-
Method Details
-
setResult
public static boolean setResult(String prefix, Class<?> servicerClass, AbstractHttpServerImplementationTestCase.PipelineResult pipelineResult) Sets theAbstractHttpServerImplementationTestCase.PipelineResultfor the given prefix and servicer class.- Parameters:
prefix- result prefix label.servicerClass- the servicerClass, ornullfor raw result.pipelineResult-AbstractHttpServerImplementationTestCase.PipelineResult.- Returns:
trueif all results are available for comparison.
-