- Initializer methods are not allowed to have variables.
- Initializer methods are working as part of a test TestFixture (a class with the {TestFixture} pragma).
- Initializer methods are not allowed to have the {Test} pragma and therefore be a test themself.
- Only one of each initializer methods inside a class is allowed.
- Initializer methods must be public.