Package powermock.examples.mockpolicy.nontest

Examples of powermock.examples.mockpolicy.nontest.Dependency


* Very simple example of a class that uses a dependency.
*/
public class DependencyUser {

  public DataObject getDependencyData() {
    return new Dependency("some data").getData();
  }
View Full Code Here

TOP

Related Classes of powermock.examples.mockpolicy.nontest.Dependency

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.