Package com.cumulocity.me.sdk.client.inventory

Examples of com.cumulocity.me.sdk.client.inventory.InventoryApi


  PlatformImpl platform = new PlatformImpl(null, null, null, null, null);
 
  @Test
  public void shouldProvideInventoryApi() throws Exception {
    InventoryApi inventory = platform.getInventoryApi();
   
    assertThat(inventory).isNotNull();
  }
View Full Code Here

TOP

Related Classes of com.cumulocity.me.sdk.client.inventory.InventoryApi

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.