parts-picker / parts-picker-web

Other
1 stars 0 forks source link

Followup#75: create AutomatedAction test dummy implementation for INT tests #155

Closed RobinGuth closed 1 year ago

RobinGuth commented 1 year ago

Currently, the RequiredItemsAssignedAction is used as an dummy action in the class InstanceServiceIntTest,for testing workflows with automatedNodes. A dummy implementation should be created to replace this for all int tests.

RobinGuth commented 1 year ago

Also remove unnecessary class from @import after implementation in InstanceServiceIntTest

RobinGuth commented 1 year ago

Also add automaticActionNodes to default random generation of WorkflowCreate again (use name of default dummy action)

Can only be done after improving the @ReducedSpringBootContext annotation in #150.

RobinGuth commented 1 year ago

Fulfilled by #166