Example #1
0
 /** Sets up a default logger based on the name of the current class. */
 public TestCase() {
   this.$log = LoggerFactory.getLogger("TestCase." + Reflect.getShortClassName(this));
 }