Expected Behavior
I can find the envelope object for IHoneyComb intuitively.
The usual naming rule is to name the envelope object similar to the interface name:
IHoneyComb -> HoneyCombEnvelope
Actual Behavior
The envelope object is named CombEnvelope
Steps to reproduce the behavior
The log given by the failure.
Mention any other details that might be useful
Expected Behavior
I can find the envelope object for
IHoneyCombintuitively.The usual naming rule is to name the envelope object similar to the interface name:
IHoneyComb -> HoneyCombEnvelope
Actual Behavior
The envelope object is named
CombEnvelopeSteps to reproduce the behavior
The log given by the failure.
Mention any other details that might be useful