System.exit(0) in test case without system-lambda
I am working on component testing. Where one of my component exits with the system.ext(0) for success scenario and System.exit(1) for failure scenario.
I am working on component testing. Where one of my component exits with the system.ext(0) for success scenario and System.exit(1) for failure scenario.