Changes between Version 7 and Version 8 of unitpy


Ignore:
Timestamp:
09/30/24 15:39:54 (5 weeks ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • unitpy

    v7 v8  
    3232
    3333== Parameterized
    34 The class must contain a static method annotated with @Parameters.   
     34The class must contain a static method annotated with {{{@Parameters}}}.   
    3535This annotation indicates that the method takes no parameters
    3636and that it returns list of lists. Every inner list
    3737is to be used to call the constructor, so the number
    38 of arguments must match the __init__ function parameters.
     38of arguments must match the {{{__init__}}} function parameters.
    3939
    4040For every method M inside the class that is annotated with @Test, the following now happens: