blob: 1a39763e80f1d118b20357af7651820b51a1621f [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2019 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
module EPTF_StatManager_Test_Definitions {
import from EPTF_CLL_StatManager_Definitions all;
import from EPTF_CLL_UIHandler_Definitions all;
const charstring c_StatManager_Test_DataSource_sourceId := "StatManagerTest";
const charstring c_StatManager_Test_dataElementSourceVar := "sourceVar";
const charstring c_StatManager_Test_dataElementRefVar := "refVar";
type component EPTF_StatManager_Test_CT extends EPTF_StatManager_CT, EPTF_UIHandler_CT
{
var boolean v_ready:=false;
var boolean v_StatManager_Test_expectedWarningInitialized:=false;
var boolean v_StatManager_Test_expectedWarningArrived := false;
var charstring v_StatManager_Test_expectedWarningMsg:="";
}
type union VarVal{
integer intVal,
float floatVal
}
}//module