Variable TestCase.func

The function that must be executed to check if the test passes or not. In case of failure, an exception is thrown.

struct TestCase
{
  // ...
  void delegate() func ;
  // ...
}