Procedure annotations

--%test
The procedure is a test
--%test(description)
A test with description
--%beforetest(procedure_name)
Runs the procedure before annotated test
--%aftertest(procedure_name)
Runs the procedure after annotated test
--%beforeall
The procedure to run before first test in suite
--%afterall
The procedure to run after last test in suite
--%beforeeach
The procedure to run before each test
--%aftereach
The procedure to after each test
Comments