Test Case TC_312

This page describes one of the test cases of the EODiSP. The test case described in this page instantiates a nominal scenario of the use case UC_312.

This test case describes the steps required to generate an HLA wrapper for an model consisting of one single executable. The executable is the scene_creator program of the EarthCARE Simulator with one difference: the value of the H2O scale factor configuration parameter is set to a new value.

Contents

Overview

Identifier TC_312
Name Generate Wrapper Code for a Standalone Executable
Primary Actor ETH_2 Model Owner
Description Describes the steps required to set the H2O scale factor value in the config file of the scene_creator federate.
Pre-Condition (1) The Java template class file for the scene_creator federate is available. (2) The EarthCARE software is installed.
Post-Condition The H2O scale factor value of the scene_creator federate is set to the value 1.1.

Steps

  1. Actor adds a method to the SceneCreatorWrapper.java file to set the H2O scale factor value of the scene_creator utility.
  2. Actor changes the SceneCreatorFederateImpl.java as such that it uses the new setter method for the wrapper class.