Step 3: Modifying TagInfoProcessor

If this is the first job type to support the new line of business, you must modify TagProcessorInfo so that it can assign the new line of business type to the policy data set that will be used for testing. This step does not need to be repeated for additional job types that support the new line of business.

The following is example of code that could be added to the TagInfoProcessor class to add business auto.

@Before(:value = {"@business_auto"})
function businessAuto() { setLine(ProductCode.BUSINESS_AUTO) }