class TestCase::Private : private {
  static method new : TestCase::Private () {
    new TestCase::Private;
  }
}