com.atlassian.jira.functest.framework.admin
Class CvsModulesImpl
java.lang.Object
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
com.atlassian.jira.functest.framework.admin.CvsModulesImpl
- All Implemented Interfaces:
- CvsModules, FuncTestLogger
public class CvsModulesImpl
- extends AbstractFuncTestUtil
- implements CvsModules
- Since:
- v4.1
Constructor Summary |
CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
Navigation navigation,
Assertions assertions)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsModulesImpl
public CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester,
com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData,
Navigation navigation,
Assertions assertions)
addCvsModule
public void addCvsModule(String moduleName,
String logFile)
- Description copied from interface:
CvsModules
- Adds a dummy CVS module.
- Specified by:
addCvsModule
in interface CvsModules
- Parameters:
moduleName
- the name of the modulelogFile
- the filename of the dummy CVS log. Must exist inside the func test XML directory.
Copyright © 2002-2012 Atlassian. All Rights Reserved.