问题标签 [ttcn]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
83 浏览

ttcn - 如何检查在 TTCN 中选择了哪个 union 的字段

我有这段 TTCN 代码:

现在我想检查设置了哪个联合字段(kukuryku)。我怎样才能做到这一点?

0 投票
1 回答
99 浏览

jenkins - 是否可以通过cli执行ttcn?

我是使用 Eclipse Titan 的 ttcn 新手。

我正在尝试使用 jenkins 自动执行 ttcn。

是否可以通过cli执行ttcn并生成xml结果?

0 投票
2 回答
54 浏览

ttcn - 当一个 ttcn 函数“在 SomeComponent 上运行”时,它如何访问这个 SomeCOMponent 类型的实例?

我读到,当 ttcn 函数被注释为“在 SomeComponent 上运行”时,这意味着当它被调用时,它会传递一个该 SomeComponent 的实例。这个函数如何访问这个实例?它可以在某些特殊变量中使用吗?

0 投票
1 回答
140 浏览

ttcn - 在 TTCN 中解析 XML 字符串

我正在使用 Eclipse 在 TTCN-3 中编写一个测试用例。在其中一个测试用例中,我从模拟器获得了一个包含多条记录的 XML 字符串的响应,如下所示:

现在,我需要解析这个 xml 字符串并从中取出模板对象,以便在测试用例中进一步使用它们。

这是模板对象定义:

我是 TTCN 的新手,因此非常感谢任何帮助。谢谢。

0 投票
2 回答
186 浏览

eclipse - 给eclipse添加ttcn3语法高亮

我不全职使用 ttcn3,我需要的只是基本的语法突出显示和对添加到 eclipse的Ctrl+的评论。/

经过一番谷歌搜索后,我发现了 Eclipse Titan,但它似乎是一个用于 ttcn3 的成熟 IDE,带有编译器和其他东西,我只需要一个 Eclipse 插件。

我想从 SublimeText 中找到类似“设置语法:ttcn3”的东西,在 eclipse 中是否可能?

0 投票
1 回答
841 浏览

ubuntu - 我需要在 CentOS 中安装 xutils-dev 库的替代品

我在 CentOS-7 上安装 eclipse titan ttcn-3,我需要安装一个与 Ubuntu 的 xutil-dev 库文件等效的库文件。我也想知道是否有任何解决方法可以做同样的事情。

编辑:以下是我尝试在 centos 中安装 xutils-dev 时遇到的错误 -

[root@xxx yum.repos.d]# yum install xutils-dev

加载的插件:fastestmirror, langpacks base | 3.6 kB 00:00:00
额外内容 | 3.4 KB 00:00:00
更新 | 3.4 kB 00:00:00
从缓存的主机文件加载镜像速度 没有可用的软件包 xutils-dev。错误:无事可做错误:没有要列出的匹配包

0 投票
1 回答
107 浏览

arrays - 如何将列表元素作为函数参数传递?

我有一个字符数组:my_array={"a","b","c"}

我需要获取 1 个特定元素并将其作为函数参数

例如:function myFunction({"b"}){}

我试过了,但出现错误:

意想不到的角色

我从 TTCN-3 学习并尝试了它。

0 投票
0 回答
223 浏览

java - How to Execute TTCN-3 test case from JAVA

I want to execute TTCN-3 test case from JAVA but we are getting some issue to execute it. we are use the below ttcn3 test case we had also add one Plugin in eclipse IDE which is "TITAN_Designer_and_Executor_Plugin_6.6.1" after add successfully the plugin we will make the TITAN java Project & also add one TTCN3 module Hello1.ttcn

*We are trying to execute TTCN3 test case from java but we are not able to execute.

we are able to make the TTCN3 test case with the help of "TITAN_Designer_and_Executor_Plugin" and on the same time corresponding TTCN3 it will make the java executable file automatically.

when java file compile successfully when this class is added in the main class which we have to execute.

We are request you to all please give me some solution to execute the TTCN-3 Test case from JAVA.*