|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.upm.dit.gsi.beast.reader.system.CreateSystemCaseManager
public class CreateSystemCaseManager
Project: beast File: es.upm.dit.gsi.beast.reader.system.CreateSystemCaseManager.java Main class that generates the CaseManager.java File to run the System Tests. Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM)
Constructor Summary | |
---|---|
CreateSystemCaseManager()
|
Method Summary | |
---|---|
static void |
addStory(File caseManager,
String storyName,
String testPath,
String user,
String feature,
String benefit)
The second method to write caseManager. |
static void |
closeSystemCaseManager(File caseManager)
Method to close the file caseManager. |
static File |
startSystemCaseManager(String package_path,
String dest_dir)
This method creates CaseManager file and writes on it: the package, the imports, its comments and the class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateSystemCaseManager()
Method Detail |
---|
public static File startSystemCaseManager(String package_path, String dest_dir) throws BeastException
package_path
- as es.upm.dit...dest_dir
- as src/main/java
BeastException
public static void addStory(File caseManager, String storyName, String testPath, String user, String feature, String benefit) throws BeastException
caseManager
- the file where the test must be writtenstoryName
- the name of the storytest_path
- the path where the story can be founduser
- the user requesting the storyfeature
- the feature requested by the userbenefit
- the benefit provided by the feature
BeastException
public static void closeSystemCaseManager(File caseManager)
caseManager
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |