anasoid opened a new pull request, #5995:
URL: https://github.com/apache/jmeter/pull/5995

   ## Description
   Add negate checkbox to ifcontroller
   Related to #5994 
   
   ## Motivation and Context
   it's an easy way to have if else by duplicating ifcontroller and check 
negate and in many case the negate value is more clear than real condition
   
   ## How Has This Been Tested?
   Test are added to TestIfController.java to test :
   1. default value not change the result (send sample)
   2. negate true will not send sample
   3. negate false will send sample
   
   ## Screenshots (if appropriate):
   
   
![image](https://github.com/apache/jmeter/assets/10306838/944272fd-4f73-45ce-8936-7c05eab74adc)
   
   ## Types of changes
   - New feature (non-breaking change which adds functionality)
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [ x] My code follows the [code style][style-guide] of this project.
   - [ x] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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: dev-unsubscr...@jmeter.apache.org

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

Reply via email to