es.upm.dit.gsi.beast.reader.system
Class CreateSystemTestSuite
java.lang.Object
es.upm.dit.gsi.beast.reader.system.CreateSystemTestSuite
public class CreateSystemTestSuite
- extends Object
Project: beast File:
es.upm.dit.gsi.beast.reader.system.CreateSystemTestSuite.java
Class to create the system test suite, where the developers must add the
necessary calls to the MAS test included in the feature required by the
client
Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas
Telemáticos Universidad Politécnica de Madrid (UPM)
- Version:
- 0.1
- Author:
- Alberto Mardomingo, alvarocarrera
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSystemTestSuite
public CreateSystemTestSuite()
createSystemTestSuite
public static void 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)
throws BeastException
- Method to create the java file that it's executed by the caseManager. Its
name comes from the Story that it's testing.
- Parameters:
story_name
- - the name of the Storyplatform_name
- - the name of the platformpackage_path
- - the package pathdest_dir
- the main folder (typically src/main/java)loggingPropFile
- storyUser
- - The user launching the StoryuserFeature
- - The feature requested by the useruserBenefit
- - The benefit the feature will providescenarios
- - A list with the tests to launch in the testSuite.
- Throws:
BeastException
Copyright © 2014 Grupo de Sistemas Inteligentes - Universidad Politécnica de Madrid. All Rights Reserved.