------------------------------------------------------------------------------- Test set: com.tradecloud.bean.costing.PfCostSetupManagerTest ------------------------------------------------------------------------------- Tests run: 6, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.092 s <<< FAILURE! -- in com.tradecloud.bean.costing.PfCostSetupManagerTest com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCreate -- Time elapsed: 0.062 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "com.tradecloud.service.config.CountryGroupService.findAll()" because "this.countryGroupService" is null at com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCreate(PfCostSetupManagerTest.java:65) com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCopy -- Time elapsed: 0.008 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "com.tradecloud.service.config.CountryGroupService.findAll()" because "this.countryGroupService" is null at com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCopy(PfCostSetupManagerTest.java:81) com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForEdit -- Time elapsed: 0.004 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "com.tradecloud.service.config.CountryGroupService.findAll()" because "this.countryGroupService" is null at com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForEdit(PfCostSetupManagerTest.java:97) com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCostSheet -- Time elapsed: 0 s <<< ERROR! java.lang.NullPointerException: Cannot invoke "com.tradecloud.service.config.CountryGroupService.findAll()" because "this.countryGroupService" is null at com.tradecloud.bean.costing.PfCostSetupManagerTest.testInitForCostSheet(PfCostSetupManagerTest.java:109)