Mahammadnajaf commented on PR #13468:
URL: https://github.com/apache/kafka/pull/13468#issuecomment-1487526623

   public class ReplicationControlManagerTest {
       private ReplicationControlManager replicationControlManager;
       private FeatureControlManager featureControlManager;
   
       @Before
       public void setUp() {
           this.featureControlManager = new FeatureControlManager();
           this.replicationControlManager = new 
ReplicationControlManager(this.featureControlManager);
           ...
       }
   
       @Test
       public void testMethod() {
           ReplicationControlTestContext context = new 
ReplicationControlTestContext(this.replicationControlManager,
                   this.featureControlManager);
           ...
       }
   }
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to