blob: 7492b1c995dba522019fa5c51c1dc0d5af853029 [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_WebGUI_Test_Functions
//
// Purpose:
// This module contains functions for testing EPTF WebGUI.
//
// Module Parameters:
// -
// Module depends on:
// <EPTF_WebGUI_Test_Definitions>
//
// Current Owner:
// Daniel Gobor (ednigbo)
//
// Last Review Date:
// -
//
// Detailed Comments:
// -
///////////////////////////////////////////////////////////
module EPTF_WebGUI_Test_Functions {
//=========================================================================
// Import Part
//=========================================================================
import from EPTF_WebGUI_Test_Definitions all;
import from EPTF_CLL_Base_Functions all;
//=========================================================================
// Functions
//=========================================================================
function f_EPTF_WebGUI_Test_init_CT(
in charstring pl_selfName
) runs on WebGUI_Test_CT {
f_EPTF_Base_init_CT(pl_selfName);
}
} //module