Restrictions - Manual - AxUnit-ST - AxUnit ST documentation package - AxUnit-ST,

AxUnit-ST CLI Tool (test)

Portfolio
SIMATIC AX
Product
AxUnit-ST
Software version
8.0.33
Edition
04/2025
Language
English (original)
Package Name
@ax/axunitst-docs
  1. Initializer methods are not allowed to have variables.
  2. Initializer methods are working as part of a test TestFixture (a class with the {TestFixture} pragma).
  3. Initializer methods are not allowed to have the {Test} pragma and therefore be a test themself.
  4. Only one of each initializer methods inside a class is allowed.
  5. Initializer methods must be public.