Package de.nordakademie.cerca.poll

Examples of de.nordakademie.cerca.poll.NativePoll


   * resets variables hasExpectedParams and isCalled prior to every
   * test.
   */
  @Before
  public void setUp() {
    NativePoll poll = NativePoll.getInstance();
    poll.setBehaviour(this);
    this.hasExpectedParams = false;
    this.isCalled = false;
  }
View Full Code Here

TOP

Related Classes of de.nordakademie.cerca.poll.NativePoll

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.