1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
* #TL_TESTCASE(Source1::CheckIfSumWorks)
* int test_no = 2;
* #TL_EQ[TL_FCT(no1: test_no, no2: 5) => 7]
* #TL_EQ[TL_FCT(no1: 5, no2: 2) => 7]
* EXPECT_EQ(11, test_int_no1(9, 2));
* #!TL_TESTCASE
*/
int
/**
* #TL_TESTCASE(Source1::TestPtr)
* int test_no = 2;
* int test_no2 = 5;
* #TL_EQ[TL_FCT(no1: &test_no, no2: &test_no2) => 7]
* #!TL_TESTCASE
*/
int
/**
* #TL_TESTCASE(Source1::EmptyFct)
* #TL_EQ[TL_FCT() => 7]
* #TL_NE[TL_FCT() => 4]
* #!TL_TESTCASE
*/
int
/**
* This function has parameters, yeah
*/
int