Support for @server and @env annotations
The first stable release includes an assertion listener that:
- restores
$_SERVERand$_ENVglobal variables after each test case is executed - defines
$_SERVERand$_ENVglobal variables based on@serverand@envannotations on the test case class and methods