ContractAmendmentImplTest

1

tests

1

failures

0

ignored

0.078s

duration

0%

successful

Failed tests

test()

org.opentest4j.AssertionFailedError: expected: <> but was: <219 Errors for test() :
974550
974560
975366
975453
975457
975480
975520
977394
977585
979552
979554
979555
979556
986787
999162
1010676
1023408
1091269
1095655
1095665
1096602
1098979
1099383
1100826
1102906
1102921
1103211
1107165
1107574
1108608
1109452
1110204
1111105
1120311
1120329
1121076
1121077
1122949
1124326
1124401
1125668
1125689
1125880
1128125
1132990
1134819
1140601
1142022
1143127
1143193
1143821
1146555
1146832
1146835
1146839
1148494
1149962
1150157
1150351
1150354
1150548
1153694
1155937
1156100
1158060
1159017
1161388
1161836
1162034
1162040
1162177
1162196
1162205
1163664
1164649
1165433
1166239
1166368
1166369
1166473
1167693
1167709
1167715
1167723
1169167
1169199
1170307
1171432
1171445
1172207
1172358
1172692
1172979
1173635
1173733
1174913
1176490
1178781
1180275
1180297
1181456
1181464
1182266
1182302
1183211
1183219
1183480
1184681
1184701
1186069
1186423
1186431
1186663
1187117
1187450
1187991
1188121
1190760
1190779
1190781
1191208
1191591
1192258
1193104
1193601
1193738
1194087
1195722
1197003
1197019
1197020
1197048
1198177
1198217
1198231
1198546
1199012
1199023
1199144
1200064
1200194
1201024
1201135
1201136
1201700
1201756
1201758
1203658
1204503
1204504
1205849
1206800
1206922
1207312
1207358
1207569
1207571
1207671
1207706
1208005
1208616
1208617
1208619
1208624
1208627
1216216
1218292
1219625
1228442
1228956
1229571
1235231
1237282
1241994
1242726
1242746
1243084
1244823
1244919
1245014
1248739
1250211
1250233
1250273
1250324
1250356
1250763
1251057
1251108
1251136
1251871
1251923
1252112
1252833
1252834
1252835
1253235
1253292
1253964
1254006
1256372
1256595
1256765
1257401
1257402
1257411
1257412
1257691
1258632
1258774
1258776
1259098
1259525
1259606
1259914
1260707
1275540
1275612
1278249
>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1124)
	at com.smalltox.business.model.persistent.impl.contract.ContractAmendmentImplTest.test(ContractAmendmentImplTest.java:35)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at java.util.ArrayList.forEach(ArrayList.java:1259)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:412)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.lang.Thread.run(Thread.java:750)

Tests

Test Duration Result
test() 0.078s failed

Standard output

06:06:28.137 [Test worker] ERROR - {ContractNumber or QuoteNumber=null, Executed By=ProductTicklerTestSearch} - com.smalltox.business.model.persistent.impl.contract.ContractAmendmentImplTest - 219 Errors for test() :
974550
974560
975366
975453
975457
975480
975520
977394
977585
979552
979554
979555
979556
986787
999162
1010676
1023408
1091269
1095655
1095665
1096602
1098979
1099383
1100826
1102906
1102921
1103211
1107165
1107574
1108608
1109452
1110204
1111105
1120311
1120329
1121076
1121077
1122949
1124326
1124401
1125668
1125689
1125880
1128125
1132990
1134819
1140601
1142022
1143127
1143193
1143821
1146555
1146832
1146835
1146839
1148494
1149962
1150157
1150351
1150354
1150548
1153694
1155937
1156100
1158060
1159017
1161388
1161836
1162034
1162040
1162177
1162196
1162205
1163664
1164649
1165433
1166239
1166368
1166369
1166473
1167693
1167709
1167715
1167723
1169167
1169199
1170307
1171432
1171445
1172207
1172358
1172692
1172979
1173635
1173733
1174913
1176490
1178781
1180275
1180297
1181456
1181464
1182266
1182302
1183211
1183219
1183480
1184681
1184701
1186069
1186423
1186431
1186663
1187117
1187450
1187991
1188121
1190760
1190779
1190781
1191208
1191591
1192258
1193104
1193601
1193738
1194087
1195722
1197003
1197019
1197020
1197048
1198177
1198217
1198231
1198546
1199012
1199023
1199144
1200064
1200194
1201024
1201135
1201136
1201700
1201756
1201758
1203658
1204503
1204504
1205849
1206800
1206922
1207312
1207358
1207569
1207571
1207671
1207706
1208005
1208616
1208617
1208619
1208624
1208627
1216216
1218292
1219625
1228442
1228956
1229571
1235231
1237282
1241994
1242726
1242746
1243084
1244823
1244919
1245014
1248739
1250211
1250233
1250273
1250324
1250356
1250763
1251057
1251108
1251136
1251871
1251923
1252112
1252833
1252834
1252835
1253235
1253292
1253964
1254006
1256372
1256595
1256765
1257401
1257402
1257411
1257412
1257691
1258632
1258774
1258776
1259098
1259525
1259606
1259914
1260707
1275540
1275612
1278249

06:06:28.138 [Test worker] INFO  - {ContractNumber or QuoteNumber=null, Executed By=ProductTicklerTestSearch} - com.smalltox.test.AbstractIntegrationTest - com.smalltox.business.model.persistent.impl.contract.ContractAmendmentImplTest - test() / Verification Time : 0.077s