ActionFixtureTestFixture.java :  » Testing » StoryTestIQ » fitnesse » fixtures » Java Open Source

Java Open Source » Testing » StoryTestIQ 
StoryTestIQ » fitnesse » fixtures » ActionFixtureTestFixture.java
// Copyright (C) 2003,2004,2005 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the GNU General Public License version 2 or later.
package fitnesse.fixtures;

import fit.Fixture;

public class ActionFixtureTestFixture extends Fixture {
  public void duplicateMethod(int i) {
  }

  public void duplicateMethod(double d) {
  }

  public void realMethod() {
  }

  public void someField(int i) {
  }

  public int realCheck() {
    return 0;
  }

  public void voidCheck() {
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.