------------------------------------------------------------------------------- Test set: com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest ------------------------------------------------------------------------------- Tests run: 9, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 0.070 s <<< FAILURE! -- in com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith3Supplier4PercentRule -- Time elapsed: 0.052 s <<< FAILURE! java.lang.AssertionError: expected:<15.5> but was:<15.7> at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.assertPriceAndPosition(RFQAllocationCalculationTest.java:23) at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith3Supplier4PercentRule(RFQAllocationCalculationTest.java:268) com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule_lessSuppliedQuanityBySupplier1 -- Time elapsed: 0.002 s <<< FAILURE! java.lang.AssertionError: expected:<21> but was:<50> at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule_lessSuppliedQuanityBySupplier1(RFQAllocationCalculationTest.java:199) com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule_lessSuppliedQuanityBySupplier2 -- Time elapsed: 0 s <<< FAILURE! java.lang.AssertionError: expected:<21> but was:<50> at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule_lessSuppliedQuanityBySupplier2(RFQAllocationCalculationTest.java:231) com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule -- Time elapsed: 0.002 s <<< FAILURE! java.lang.AssertionError: expected:<15.5> but was:<15.7> at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.assertPriceAndPosition(RFQAllocationCalculationTest.java:23) at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWith4Supplier4PercentRule(RFQAllocationCalculationTest.java:173) com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWithSameSupplier3PercentRule -- Time elapsed: 0.001 s <<< FAILURE! java.lang.AssertionError: expected:<15.5> but was:<15.7> at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.assertPriceAndPosition(RFQAllocationCalculationTest.java:23) at com.tradecloud.domain.model.requestforquote.RFQAllocationCalculationTest.testAllocationWithSameSupplier3PercentRule(RFQAllocationCalculationTest.java:125)