|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeastException | |
---|---|
es.upm.dit.gsi.beast.reader | |
es.upm.dit.gsi.beast.reader.mas | |
es.upm.dit.gsi.beast.reader.system |
Uses of BeastException in es.upm.dit.gsi.beast.reader |
---|
Methods in es.upm.dit.gsi.beast.reader that throw BeastException | |
---|---|
static void |
Reader.createDotStoryFile(String scenarioName,
String srcTestRootFolder,
String packagePath,
String givenDescription,
String whenDescription,
String thenDescription)
Creates the .story file necessary for every Beast Test Case. |
protected static BufferedReader |
Reader.createFileReader(String file_name)
Method to read our client's plain text |
protected static FileWriter |
Reader.createFileWriter(String scenarioName,
String aux_package_path,
String dest_dir)
Method to get the file writer required for the .story files |
static File |
Reader.createFolder(String path,
String dest_dir)
This method returns the existing folder, and if it does not exist, the method generates it. |
Uses of BeastException in es.upm.dit.gsi.beast.reader.mas |
---|
Methods in es.upm.dit.gsi.beast.reader.mas that throw BeastException | |
---|---|
static void |
CreateMASCaseManager.addStory(File caseManager,
String storyName,
String testPath,
String user,
String feature,
String benefit)
The third method to write caseManager. |
static void |
CreateMASTestCase.createBeastTestCase(String scenario_name,
String platform_name,
String package_path,
String dest_dir,
String loggingPropFile,
String givenComment,
String whenComment,
String thenComment,
String storyName,
String story_agent,
String agent_feature,
String agent_benefit)
Method to create the java file that it's executed from caseManager. |
static void |
CreateMASTestStory.createMASTestStory(String story_name,
String platform_name,
String package_path,
String dest_dir,
String loggingPropFile,
String storyUser,
String userFeature,
String userBenefit,
HashMap<String,String[]> scenarios)
Method to create the java file that it's executed from caseManager. |
static File |
CreateMASCaseManager.startMASCaseManager(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. |
Uses of BeastException in es.upm.dit.gsi.beast.reader.system |
---|
Methods in es.upm.dit.gsi.beast.reader.system that throw BeastException | |
---|---|
static void |
CreateSystemCaseManager.addStory(File caseManager,
String storyName,
String testPath,
String user,
String feature,
String benefit)
The second method to write caseManager. |
static void |
CreateSystemTestSuite.createSystemTestSuite(String story_name,
String platform_name,
String package_path,
String dest_dir,
String loggingPropFile,
String storyUser,
String userFeature,
String userBenefit,
HashMap<String,String[]> scenarios)
Method to create the java file that it's executed by the caseManager. |
static File |
CreateSystemCaseManager.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |