File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,23 @@ Library ListenerCore.py
3
3
4
4
5
5
*** Test Cases ***
6
- Automatic Listener
6
+ Tests The Keyword Argument
7
+ [Documentation] This test case tests that the keyword argument is equal
8
+ ... to the keyword argument from start_keyword.
9
+ ...
10
+ ... It uses the core lib as listener.
7
11
Listener Core This is the first Argument
8
12
9
- External Listener
10
- Second Component External Listener
13
+ Tests The Test Name
14
+ [Documentation] This test case tests that the test case name is equal
15
+ ... to the test name from start_test.
16
+ ...
17
+ ... It uses a component as listener.
18
+ Second Component Tests The Test Name
11
19
12
- No Listener
20
+ Tests The Suite Name
21
+ [Documentation] This test case tests that the suite name is equal
22
+ ... to the suite name from _start_suite.
23
+ ...
24
+ ... It uses an independent class as listener which is manually set.
13
25
First Component Tests Listener
You can’t perform that action at this time.
0 commit comments