Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / compileonly / styleGuide / Another_module.ttcn
CommitLineData
970ed795 1/******************************************************************************
3abe9331 2 * Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 ******************************************************************************/
8module Another_module
9{
10type integer ExtConsType;
11
12type integer InParType;
13type integer OutParType;
14type octetstring InoutParType;
15type integer MyExtReturnType;
16
17type integer MySignReturnType;
18type hexstring MyExceptionType1;
19type charstring MyExceptionType2;
20type octetstring MyExceptionType3;
21type bitstring MyExceptionType4;
22
23type integer MyReturnType;
24
25type component Empty_CT {};
26
27const octetstring c_nullCR := '00'O;
28const integer cg_retVal := 0;
29const boolean booleanCondition := true;
30const hexstring cg_errorCodeOne := '0'H;
31
32testcase tc_MyPreviousTestCase(inout octetstring pl_par) runs on Empty_CT {}
33
34testcase tc_RestoreSUT() runs on Empty_CT {}
35
36}//module
This page took 0.025026 seconds and 5 git commands to generate.