Class RampUpTest

java.lang.Object
net.ssehub.easy.dslCore.test.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>
test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>
Direct Known Subclasses:
ScenarioRampUpTest

public class RampUpTest extends AbstractEasyScenarioTest
A Scenario ramp-up test.
Author:
Holger Eichelberger
  • Constructor Details

    • RampUpTest

      public RampUpTest()
  • Method Details

    • getTestFolder

      protected File getTestFolder()
      Specified by:
      getTestFolder in class test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>
    • rampUpTest

      public void rampUpTest() throws net.ssehub.easy.varModel.confModel.ConfigurationException, net.ssehub.easy.varModel.model.values.ValueDoesNotMatchTypeException, net.ssehub.easy.varModel.cst.CSTSemanticException, IOException
      Performs the ram-up test.
      Throws:
      net.ssehub.easy.varModel.confModel.ConfigurationException - if setting an expression as default value fails
      net.ssehub.easy.varModel.model.values.ValueDoesNotMatchTypeException - if a value does not match a type
      net.ssehub.easy.varModel.cst.CSTSemanticException - if a constraint is erroneously composed
      IOException - if loading a model fails
    • addTestDataLocations

      protected void addTestDataLocations()
      Overrides:
      addTestDataLocations in class test.de.uni_hildesheim.sse.vil.buildlang.AbstractTest<net.ssehub.easy.instantiation.core.model.buildlangModel.Script>