@@ -7,14 +7,14 @@ ${LIBRARY} DynamicLibrary
7
7
8
8
9
9
*** Test Cases ***
10
- Keyword names
11
- Keyword in main
10
+ Keyword Names
11
+ Keyword In Main
12
12
Function
13
13
FUNCTION
14
14
Method
15
- Custom name
16
- Cust omna me
17
- IF $LIBRARY == "ExtendExistingLibrary" Keyword in extending library
15
+ Custom Name
16
+ Cust Omna Me
17
+ IF $LIBRARY == "ExtendExistingLibrary" Keyword In Extending Library
18
18
19
19
Method without @keyword are not keyowrds
20
20
[Documentation] FAIL GLOB: No keyword with name 'Not keyword' found.*
@@ -27,27 +27,27 @@ Arguments
27
27
'foo', 2, 3 Defaults foo ${2 }
28
28
'a', 'b', 'c' Defaults a b c
29
29
30
- Named arguments
30
+ Named Arguments
31
31
[Template] Return value should be
32
32
'foo', 'bar' Mandatory foo arg2=bar
33
33
'1 ', 2 Mandatory arg2=${2 } arg1=1
34
34
'x', 'default', 'y' Defaults x arg3=y
35
35
36
- Varargs and kwargs
36
+ Varargs And Kwargs
37
37
[Template] Return value should be
38
38
${EMPTY } Varargs and kwargs
39
39
'a', 'b', 'c' Varargs and kwargs a b c
40
40
a\='1', b\=2 Varargs and kwargs a=1 b=${2 }
41
41
'a', 'b\=b', c\='c' Varargs and kwargs a b\=b c=c
42
42
43
- Embedded arguments
44
- [Documentation] FAIL Work but this fails
45
- Embedded arguments "work"
46
- embeDded ArgumeNtS "Work but this fails "
43
+ Embedded Arguments
44
+ [Documentation] FAIL Work But This Fails
45
+ Embedded Arguments "work"
46
+ EmbeDded ArgumeNtS "Work But This Fails "
47
47
48
48
49
49
*** Keywords ***
50
- Return value should be
50
+ Return Value Should Be
51
51
[Arguments] ${expected } ${keyword } @{args } &{kwargs }
52
52
${result } Run Keyword ${keyword } @{args } &{kwargs }
53
53
Should Be Equal ${result } ${expected }
0 commit comments