1 package autotest.tko; 2 3 4 class ClassFactory { 5 public TestDetailView getTestDetailView() { 6 return new TestDetailView(); 7 } 8 } 9