Package org.multibit.mbm.client.interfaces.rest.handlers.item

Examples of org.multibit.mbm.client.interfaces.rest.handlers.item.ClientItemCollectionHandler


  public void verifyItemCollectionHandler() {

    // Arrange

    // Act
    ClientItemCollectionHandler handler = PublicMerchantClient
      .newInstance(locale)
      .items();

    // Assert
    assertNotNull(handler);
View Full Code Here


  /**
   * @return A suitable handler for item collection searches
   */
  public ClientItemCollectionHandler items() {
    return new ClientItemCollectionHandler(locale);
  }
View Full Code Here

TOP

Related Classes of org.multibit.mbm.client.interfaces.rest.handlers.item.ClientItemCollectionHandler

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.