Changes between Version 3 and Version 4 of unitpy


Ignore:
Timestamp:
08/22/24 09:13:17 (2 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • unitpy

    v3 v4  
    3232For every method M inside the class that is annotated with @Test, the following now happens:
    3333* create an instance of the test class, with the next inner list arguments
    34 If there is a method annotated @Before, this is called.
     34* If there is a method annotated @Before, this is called.
    3535* execute the test method M
    3636* if there is a method annotated @After, that method is called