4 Matching Annotations
  1. Jun 2021
    1. Parameterized tests
    2. This style of testing is used to exercise one piece of code with a comprehensive range of inputs. By specifying the test case once, alongside a table of inputs and the expected output for each, your tests can be made easier to read and more compact.