Re: Questions about -dtest command line

2023-02-22 Thread Arnaud bourree
Hi, Not a response to your question. IMO, that's bad practice to use inheritance for test code factorization. Regardes, Arnaud Le mar. 21 févr. 2023, 21:32, DJ Kim a écrit : > Hi, I hope you are doing well. > > I had an issue with the command line -dTest=class#method, where it is an > inherit

Re: Questions about -dtest command line

2023-02-21 Thread DJ Kim
Hi, I hope you are doing well. I had an issue with the command line -dTest=class#method, where it is an inherited method. It ends up executing all other inherited methods. Is it possible to filter out other inherited methods and run only the test case specified? Thank you, Kim On Tue, Feb 21, 20