}) }) Context("#GetSoftLayer_Product_Order_Service", func() { It("returns a instance implemementing the SoftLayer_Product_Order_Service interface", func() { var productOrderService softlayer.SoftLayer_Product_Order_Service productOrderService, err := client.GetSoftLayer_Product_Order_Service() Expect(err).ToNot(HaveOccurred()) Expect(productOrderService).ToNot(BeNil()) }) }) Context("#GetSoftLayer_Product_Package_Service", func() { It("returns a instance implemementing the SoftLayer_Product_Package interface", func() { var productPackageService softlayer.SoftLayer_Product_Package_Service productPackageService, err := client.GetSoftLayer_Product_Package_Service() Expect(err).ToNot(HaveOccurred()) Expect(productPackageService).ToNot(BeNil()) }) }) Context("#GetSoftLayer_Network_Storage_Service", func() { It("returns a instance implemementing the GetSoftLayer_Network_Storage_Service interface", func() { var networkStorageService softlayer.SoftLayer_Network_Storage_Service networkStorageService, err := client.GetSoftLayer_Network_Storage_Service() Expect(err).ToNot(HaveOccurred()) Expect(networkStorageService).ToNot(BeNil()) }) }) Context("#GetSoftLayer_Billing_Item_Cancellation_Request", func() {