Skip to content
Snippets Groups Projects
ReferenceGuide.adoc 2.91 KiB
Newer Older
Elemer Lelik's avatar
Elemer Lelik committed
---
Author: Jenő Balaskó
Version: 7.2.2
Date: 2021-03-29
Elemer Lelik's avatar
Elemer Lelik committed

---
= Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset
:author: Jenő Balaskó
:revnumber:7.2.2
:revdate: 2021-03-29
Elemer Lelik's avatar
Elemer Lelik committed
:title-logo-image: images/titan_logo.png
Elemer Lelik's avatar
Elemer Lelik committed
:toc:

ifdef::env-github,backend-html5[]
image::images/titan_logo.png[alt]
endif::[]

*Abstract*

This document describes detailed information on writing components of executable test suites for the TITAN TTCN-3 Toolset.

*Copyright*

Copyright (c) 2000-2021 Ericsson Telecom AB. +
Elemer Lelik's avatar
Elemer Lelik committed
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 that accompanies this distribution, and is available at +
https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html.

*Disclaimer*

The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Ericsson should have no liability for any error or damage of any kind resulting from the use of this document.

ifdef::env-github,backend-html5[]
* link:1-about_the_document.adoc[About the document]
* link:2-ttcn-3_limitations_in_this_version.adoc[TTCN-3 Limitations in this Version]
* link:3-clarifications_to_the_ttcn-3_standard.adoc[Clarifications to the TTCN-3 Standard]
balaskoa's avatar
balaskoa committed
* link:4-ttcn3_language_extensions.adoc[TTCN-3 Language Extensions]
Elemer Lelik's avatar
Elemer Lelik committed
* link:5-supported_asn1_constructs_and_limitations.adoc[Supported ASN.1 Constructs and Limitations]
balaskoa's avatar
balaskoa committed
* link:6-compiling_ttcn3_and_asn1_modules.adoc[Compiling TTCN-3 and ASN.1 Modules]
Elemer Lelik's avatar
Elemer Lelik committed
* link:7-the_run-time_configuration_file.adoc[The Run-time Configuration File]
* link:8-the_titan_project_descriptor_file.adoc[The TITAN Project Descriptor File]
* link:9-xsd_to_ttcn-3_converter.adoc[XSD to TTCN-3 Converter]
* link:10-code_coverage_of_ttcn-3_modules.adoc[Code Coverage of TTCN-3 Modules]
* link:11-the_ttcn-3_debugger.adoc[The TTCN-3 Debugger]
* link:12-tips_&_troubleshooting.adoc[Tips & Troubleshootings]
* link:13-references.adoc[References]
* link:14-abbreviations.adoc[Abbreviations]
endif::[]


ifndef::env-github,backend-html5[]
include::1-about_the_document.adoc[leveloffset=+1]
include::2-ttcn-3_limitations_in_this_version.adoc[leveloffset=+1]
include::3-clarifications_to_the_ttcn-3_standard.adoc[leveloffset=+1]
include::4-ttcn3_language_extensions.adoc[leveloffset=+1]
include::5-supported_asn1_constructs_and_limitations.adoc[leveloffset=+1]
include::6-compiling_ttcn3_and_asn1_modules.adoc[leveloffset=+1]
include::7-the_run-time_configuration_file.adoc[leveloffset=+1]
include::8-the_titan_project_descriptor_file.adoc[leveloffset=+1]
include::9-xsd_to_ttcn-3_converter.adoc[leveloffset=+1]
include::10-code_coverage_of_ttcn-3_modules.adoc[leveloffset=+1]
include::11-the_ttcn-3_debugger.adoc[leveloffset=+1]
include::12-tips_&_troubleshooting.adoc[leveloffset=+1]
include::13-references.adoc[leveloffset=+1]
include::14-abbreviations.adoc[leveloffset=+1]
Elemer Lelik's avatar
Elemer Lelik committed
endif::[]