Skip to content

Commit b526038

Browse files
Snooz82aaltat
authored andcommitted
refactored
Signed-off-by: René <[email protected]>
1 parent b7e3027 commit b526038

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

atest/tests_listener.robot

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@ Library ListenerCore.py
33

44

55
*** 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.
711
Listener Core This is the first Argument
812

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
1119

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.
1325
First Component Tests Listener

0 commit comments

Comments
 (0)