public void before_each_test()
 {
     kernel        = new StandardKernel();
     configuration = new DependencyConfiguration(kernel);
 }
 public void before_each_test()
 {
     kernel = new StandardKernel();
     configuration = new DependencyConfiguration(kernel);
 }