Requirements Summary | ||
---|---|---|
Count | Percentage | |
#Requirements | 16 | 100.0% |
Manual Requirements | 0 | 0.0% |
Manual & Auto Requirements | 0 | 0.0% |
Automated Requirements | 16 | 100.0% |
Invalid | 0 | 0.0% |
PASS | 16 | 100.0% |
FAIL | 0 | 0.0% |
Not tested | 0 | 0.0% |
Protocol Summary | ||
---|---|---|
Count | Percentage | |
#Protocols | 19 | 100.0% |
PASS | 19 | 100.0% |
FAIL | 0 | 0.0% |
TP-001: basic calls | Start date : 2025-08-17 18:41:16 Mountain Daylight Time |
At: test_tp001_basic.py(36) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-004 | verify empty file is created | 0 | 0 | PASS | 2025-08-17 18:41:16 tester: auto test_tp001_basic.py(48) |
2 | SRS-004 | verify DTS and one line in file | 00:00.000 DBG line1 | 00:00.000 DBG line1 | PASS | 2025-08-17 18:41:17 tester: auto test_tp001_basic.py(61) |
3 | SRS-001 | verify line is held for max 1 second in queue | 00:00.000 DBG line2 | 00:00.000 DBG line2 | PASS | 2025-08-17 18:41:17 tester: auto test_tp001_basic.py(75) |
4 | SRS-002 | verify line is held for max 1 second in queue | BUG abort loop_delay must be >= 0.001 seconds | BUG abort loop_delay must be >= 0.001 seconds | PASS | 2025-08-17 18:41:18 tester: auto test_tp001_basic.py(114) |
5 | SRS-001 | verify multiple term() are okay | 00:00.000 DBG line3 | 00:00.000 DBG line3 | PASS | 2025-08-17 18:41:18 tester: auto test_tp001_basic.py(90) |
6 | SRS-001 | verify no lines are okay | 0 | 0 | PASS | 2025-08-17 18:41:18 tester: auto test_tp001_basic.py(99) |
Req. | Desc. |
---|---|
SRS-001 | A log line shall be held in the queue at most for 1 second |
SRS-002 | The loop_delay shall be 0.001s or greater |
SRS-004 | if term() is called, every line remaining in the queue (if any) shall be printed to the file |
TP-002: elapsed time and prefix in log lines | Start date : 2025-08-17 18:41:19 Mountain Daylight Time |
At: test_tp002_elapsed.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions | matches r'\s+DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/08/17 18:41:19.303 | PASS | 2025-08-17 18:41:19 tester: auto test_tp002_elapsed.py(173) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-003: prefix only in log lines | Start date : 2025-08-17 18:41:19 Mountain Daylight Time |
At: test_tp003_prefix.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions with prefix only | matches r'DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/08/17 18:41:19.944 | PASS | 2025-08-17 18:41:19 tester: auto test_tp003_prefix.py(153) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-004: none mode (no elapsed time or prefix) in log lines | Start date : 2025-08-17 18:41:20 Mountain Daylight Time |
At: test_tp004_none.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 |
verify logger functions | matches r'DTS \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d\.\d\d\d' | DTS 2025/08/17 18:41:20.427 | PASS | 2025-08-17 18:41:20 tester: auto test_tp004_none.py(156) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
TP-005: standard calls | Start date : 2025-08-17 18:41:20 Mountain Daylight Time |
At: test_tp005_standard_functions.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-006 | verify all standard logger functions | CRIT critical | CRIT critical | PASS | 2025-08-17 18:41:20 tester: auto test_tp005_standard_functions.py(51) |
Req. | Desc. |
---|---|
SRS-006 | The basic python logger functions shall be available |
TP-010: ut mode with elapsed | Start date : 2025-08-17 18:41:21 Mountain Daylight Time |
At: test_tp010_ut_mode_elapsed_format.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-014 | verify ut mode with elapsed format generates appropriate UT lines | CRIT critical | CRIT critical | PASS | 2025-08-17 18:41:21 tester: auto test_tp010_ut_mode_elapsed_format.py(182) |
Req. | Desc. |
---|---|
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-011: ut mode with prefix format | Start date : 2025-08-17 18:41:21 Mountain Daylight Time |
At: test_tp011_ut_mode_prefix_format.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-013 SRS-014 |
verify ut mode with prefix format generates appropriate UT lines | CRIT critical | CRIT critical | PASS | 2025-08-17 18:41:21 tester: auto test_tp011_ut_mode_prefix_format.py(182) |
Req. | Desc. |
---|---|
SRS-013 | The ut mode with format 'prefix' shall display prefixes in ut lines |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-012: ut mode with none format | Start date : 2025-08-17 18:41:21 Mountain Daylight Time |
At: test_tp012_ut_mode_none_format.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-013 SRS-014 SRS-015 |
verify ut mode with none format generates appropriate UT lines | critical | critical | PASS | 2025-08-17 18:41:21 tester: auto test_tp012_ut_mode_none_format.py(182) |
Req. | Desc. |
---|---|
SRS-013 | The ut mode with format 'prefix' shall display prefixes in ut lines |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
SRS-015 | The ut mode with format 'none' shall not display prefixes or elapsed time in ut lines |
TP-016: ut mode with elapsed timing of DTS reported | Start date : 2025-08-17 18:41:22 Mountain Daylight Time |
At: test_tp016_ut_elapsed_times.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-014 |
verify ut mode with elapsed format generates correct elapsed times | 00:00.000 DBG dbg | 00:00.000 DBG dbg | PASS | 2025-08-17 18:41:22 tester: auto test_tp016_ut_elapsed_times.py(64) |
2 | SRS-007 | verify normal mode with elapsed format generates correct elapsed times | 00:00.000 DBG dbg | 00:00.000 DBG dbg | PASS | 2025-08-17 18:41:22 tester: auto test_tp016_ut_elapsed_times.py(107) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-014 | The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines |
TP-017: verbosity | Start date : 2025-08-17 18:41:22 Mountain Daylight Time |
At: test_tp017_verbosity.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 SRS-008 SRS-009 |
verify all functions with verbosity still work | EXCP division by zero | EXCP division by zero | PASS | 2025-08-17 18:41:22 tester: auto test_tp017_verbosity.py(116) |
2 | SRS-008 SRS-009 |
verify all functions with verbosity still work in ut mode | EXCP ZeroDivisionError: division by zero | EXCP ZeroDivisionError: division by zero | PASS | 2025-08-17 18:41:23 tester: auto test_tp017_verbosity.py(204) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
SRS-008 | The functions shall be able to have multiple arguments which are concatenated |
SRS-009 | The logger shall be able to set verbosity |
TP-018: dot | Start date : 2025-08-17 18:41:23 Mountain Daylight Time |
At: test_tp018_dot.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-007 | verify basic dot behaviors | 00:00.000 ==== end | 00:00.000 ==== end | PASS | 2025-08-17 18:41:23 tester: auto test_tp018_dot.py(64) |
2 | SRS-007 | verify dots on multiple lines | less than 0.0002 | 0.0 | PASS | 2025-08-17 18:41:23 tester: auto test_tp018_dot.py(96) |
3 | SRS-007 | verify dots in format "none" | 4 | 4 | PASS | 2025-08-17 18:41:23 tester: auto test_tp018_dot.py(115) |
Req. | Desc. |
---|---|
SRS-007 | The logger functions shall be available |
TP-019: null mode | Start date : 2025-08-17 18:41:23 Mountain Daylight Time |
At: test_tp019_null_mode.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-012 | verify null mode generates no files or UT lines | 0 | 0 | PASS | 2025-08-17 18:41:23 tester: auto test_tp019_null_mode.py(109) |
Req. | Desc. |
---|---|
SRS-012 | The mode argument shall allow a 'null' mode |
TP-020: invalid params | Start date : 2025-08-17 18:41:23 Mountain Daylight Time |
At: test_tp020_bad_params.py(34) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-005 | verify max_entries must be greater than 0 | BUG abort max_entries must be greater than 0 | BUG abort max_entries must be greater than 0 | PASS | 2025-08-17 18:41:23 tester: auto test_tp020_bad_params.py(54) |
2 | SRS-002 | verify loop_delay must be 0.100 or greater | BUG abort loop_delay must be >= 0.001 seconds | BUG abort loop_delay must be >= 0.001 seconds | PASS | 2025-08-17 18:41:23 tester: auto test_tp020_bad_params.py(68) |
3 | SRS-002 | verify loop_delay must be 0.100 or greater | BUG abort Unknown format: "bad_format", choose "elapsed", "prefix" or "none" | BUG abort Unknown format: "bad_format", choose "elapsed", "prefix" or "none" | PASS | 2025-08-17 18:41:23 tester: auto test_tp020_bad_params.py(83) |
4 | SRS-011 | verify mode | BUG abort Unknown mode: "bad_mode", choose "normal", "immediate", "ut", "mock" or "null" | BUG abort Unknown mode: "bad_mode", choose "normal", "immediate", "ut", "mock" or "null" | PASS | 2025-08-17 18:41:23 tester: auto test_tp020_bad_params.py(99) |
5 | SRS-010 | verify set_max_dots | BUG abort max_dots must be greater than 0 | BUG abort max_dots must be greater than 0 | PASS | 2025-08-17 18:41:23 tester: auto test_tp020_bad_params.py(116) |
Req. | Desc. |
---|---|
SRS-002 | The loop_delay shall be 0.001s or greater |
SRS-005 | The max_entries argument shall be greater than 0 |
SRS-010 | The max_dots argument shall be greater than 0 |
SRS-011 | The mode argument shall allow a 'normal', 'ut', 'mock' or 'null' mode |
TP-030: check handling of colors in immediate mode | Start date : 2025-08-17 18:41:24 Mountain Daylight Time |
At: test_tp030_immediate_colors.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-016 | verify basic colors are translated correctly in none format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp030_immediate_colors.py(65) |
2 | SRS-016 | verify basic colors are translated correctly in prefix format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp030_immediate_colors.py(93) |
3 | SRS-016 | verify basic colors are translated correctly in elapsed format | [92m DTS | [92m DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp030_immediate_colors.py(121) |
4 | SRS-016 | verify basic colors are translated correctly for dots | [92mafter[0m | [92mafter[0m | PASS | 2025-08-17 18:41:24 tester: auto test_tp030_immediate_colors.py(144) |
Req. | Desc. |
---|---|
SRS-016 | The immediate mode shall have the ability to display text in various colors |
TP-031: check handling of user prefixes in immediate mode | Start date : 2025-08-17 18:41:24 Mountain Daylight Time |
At: test_tp031_immediate_pfx.py(32) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-017 | verify user prefixes are placed correctly in none format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp031_immediate_pfx.py(63) |
2 | SRS-017 | verify user prefixes are placed correctly in prefix format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp031_immediate_pfx.py(90) |
3 | SRS-017 | verify user prefixes are placed correctly in elapsed format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp031_immediate_pfx.py(117) |
4 | SRS-017 | verify user prefixes are placed correctly for dots | @@@@ after | @@@@ after | PASS | 2025-08-17 18:41:24 tester: auto test_tp031_immediate_pfx.py(135) |
Req. | Desc. |
---|---|
SRS-017 | The immediate mode shall have the ability to display a user defined prefix |
TP-032: check handling of colors in immediate mode | Start date : 2025-08-17 18:41:24 Mountain Daylight Time |
At: test_tp032_ut_colors.py(30) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-016 | verify basic colors are translated correctly in none format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp032_ut_colors.py(62) |
2 | SRS-016 | verify basic colors are translated correctly in prefix format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp032_ut_colors.py(89) |
3 | SRS-016 | verify basic colors are translated correctly in elapsed format | [92m DTS | [92m DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp032_ut_colors.py(116) |
4 | SRS-016 | verify basic colors are translated correctly for dots | [92mafter[0m | [92mafter[0m | PASS | 2025-08-17 18:41:24 tester: auto test_tp032_ut_colors.py(138) |
Req. | Desc. |
---|---|
SRS-016 | The immediate mode shall have the ability to display text in various colors |
TP-033: check handling of user prefixes in UT mode | Start date : 2025-08-17 18:41:24 Mountain Daylight Time |
At: test_tp033_ut_pfx.py(30) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-017 | verify user prefixes are placed correctly in none format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp033_ut_pfx.py(66) |
2 | SRS-017 | verify user prefixes are placed correctly in prefix format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp033_ut_pfx.py(92) |
3 | SRS-017 | verify user prefixes are placed correctly in elapsed format | > DTS | > DTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp033_ut_pfx.py(118) |
4 | SRS-017 | verify user prefixes are placed correctly for dots | @@@@ after | @@@@ after | PASS | 2025-08-17 18:41:24 tester: auto test_tp033_ut_pfx.py(135) |
Req. | Desc. |
---|---|
SRS-017 | The immediate mode shall have the ability to display a user defined prefix |
TP-034: check handling of colors in normal mode | Start date : 2025-08-17 18:41:24 Mountain Daylight Time |
At: test_tp034_normal_colors.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-016 | verify basic colors are translated correctly in none format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp034_normal_colors.py(67) |
2 | SRS-016 | verify basic colors are translated correctly in prefix format | [92mDTS | [92mDTS | PASS | 2025-08-17 18:41:24 tester: auto test_tp034_normal_colors.py(98) |
3 | SRS-016 | verify basic colors are translated correctly in elapsed format | [92m DTS | [92m DTS | PASS | 2025-08-17 18:41:25 tester: auto test_tp034_normal_colors.py(130) |
4 | SRS-016 | verify basic colors are translated correctly for dots | [92mafter[0m | [92mafter[0m | PASS | 2025-08-17 18:41:25 tester: auto test_tp034_normal_colors.py(156) |
Req. | Desc. |
---|---|
SRS-016 | The immediate mode shall have the ability to display text in various colors |
TP-035: check handling of user prefixes in normal mode | Start date : 2025-08-17 18:41:25 Mountain Daylight Time |
At: test_tp035_normal_pfx.py(31) | Requirements : see below |
Software Version: N/A | Serial number: N/A |
Objectives: N/A | |
Preconditions: N/A | Deviations: N/A |
Step | Req. | Execution Instructions | Expected | Actual | Pass / Fail | Date |
---|---|---|---|---|---|---|
1 | SRS-017 | verify user prefixes are placed correctly in none format | > DTS | > DTS | PASS | 2025-08-17 18:41:25 tester: auto test_tp035_normal_pfx.py(65) |
2 | SRS-017 | verify user prefixes are placed correctly in prefix format | > DTS | > DTS | PASS | 2025-08-17 18:41:26 tester: auto test_tp035_normal_pfx.py(96) |
3 | SRS-017 | verify user prefixes are placed correctly in elapsed format | > DTS | > DTS | PASS | 2025-08-17 18:41:26 tester: auto test_tp035_normal_pfx.py(133) |
4 | SRS-017 | verify user prefixes are placed correctly for dots | @@@@ after | @@@@ after | PASS | 2025-08-17 18:41:26 tester: auto test_tp035_normal_pfx.py(154) |
Req. | Desc. |
---|---|
SRS-017 | The immediate mode shall have the ability to display a user defined prefix |
Req. Id | Protocol |
---|---|
SRS-001 (auto) |
Desc: A log line shall be held in the queue at most for 1 second TP-001 test_tp001_basic.py(68)
TP-001 test_tp001_basic.py(70)
TP-001 test_tp001_basic.py(73)
TP-001 test_tp001_basic.py(74)
TP-001 test_tp001_basic.py(75)
TP-001 test_tp001_basic.py(88)
TP-001 test_tp001_basic.py(89)
TP-001 test_tp001_basic.py(90)
TP-001 test_tp001_basic.py(99)
|
SRS-002 (auto) |
Desc: The loop_delay shall be 0.001s or greater TP-001 test_tp001_basic.py(111)
TP-001 test_tp001_basic.py(112)
TP-001 test_tp001_basic.py(114)
TP-020 test_tp020_bad_params.py(65)
TP-020 test_tp020_bad_params.py(66)
TP-020 test_tp020_bad_params.py(68)
TP-020 test_tp020_bad_params.py(80)
TP-020 test_tp020_bad_params.py(81)
TP-020 test_tp020_bad_params.py(83)
|
SRS-004 (auto) |
Desc: if term() is called, every line remaining in the queue (if any) shall be printed to the file TP-001 test_tp001_basic.py(46)
TP-001 test_tp001_basic.py(48)
TP-001 test_tp001_basic.py(57)
TP-001 test_tp001_basic.py(59)
TP-001 test_tp001_basic.py(60)
TP-001 test_tp001_basic.py(61)
|
SRS-005 (auto) |
Desc: The max_entries argument shall be greater than 0 TP-020 test_tp020_bad_params.py(51)
TP-020 test_tp020_bad_params.py(52)
TP-020 test_tp020_bad_params.py(54)
|
SRS-006 (auto) |
Desc: The basic python logger functions shall be available TP-005 test_tp005_standard_functions.py(45)
TP-005 test_tp005_standard_functions.py(46)
TP-005 test_tp005_standard_functions.py(47)
TP-005 test_tp005_standard_functions.py(48)
TP-005 test_tp005_standard_functions.py(49)
TP-005 test_tp005_standard_functions.py(50)
TP-005 test_tp005_standard_functions.py(51)
|
SRS-007 (auto) |
Desc: The logger functions shall be available TP-002 test_tp002_elapsed.py(94)
TP-002 test_tp002_elapsed.py(98)
TP-002 test_tp002_elapsed.py(100)
TP-002 test_tp002_elapsed.py(101)
TP-002 test_tp002_elapsed.py(102)
TP-002 test_tp002_elapsed.py(103)
TP-002 test_tp002_elapsed.py(104)
TP-002 test_tp002_elapsed.py(105)
TP-002 test_tp002_elapsed.py(106)
TP-002 test_tp002_elapsed.py(107)
TP-002 test_tp002_elapsed.py(108)
TP-002 test_tp002_elapsed.py(112)
TP-002 test_tp002_elapsed.py(113)
TP-002 test_tp002_elapsed.py(114)
TP-002 test_tp002_elapsed.py(115)
TP-002 test_tp002_elapsed.py(116)
TP-002 test_tp002_elapsed.py(120)
TP-002 test_tp002_elapsed.py(121)
TP-002 test_tp002_elapsed.py(122)
TP-002 test_tp002_elapsed.py(123)
TP-002 test_tp002_elapsed.py(124)
TP-002 test_tp002_elapsed.py(125)
TP-002 test_tp002_elapsed.py(126)
TP-002 test_tp002_elapsed.py(127)
TP-002 test_tp002_elapsed.py(131)
TP-002 test_tp002_elapsed.py(132)
TP-002 test_tp002_elapsed.py(133)
TP-002 test_tp002_elapsed.py(134)
TP-002 test_tp002_elapsed.py(135)
TP-002 test_tp002_elapsed.py(136)
TP-002 test_tp002_elapsed.py(138)
TP-002 test_tp002_elapsed.py(139)
TP-002 test_tp002_elapsed.py(140)
TP-002 test_tp002_elapsed.py(141)
TP-002 test_tp002_elapsed.py(142)
TP-002 test_tp002_elapsed.py(143)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-002 test_tp002_elapsed.py(147)
TP-002 test_tp002_elapsed.py(148)
TP-002 test_tp002_elapsed.py(149)
TP-002 test_tp002_elapsed.py(150)
TP-002 test_tp002_elapsed.py(151)
TP-002 test_tp002_elapsed.py(152)
TP-002 test_tp002_elapsed.py(153)
TP-002 test_tp002_elapsed.py(154)
TP-002 test_tp002_elapsed.py(158)
TP-002 test_tp002_elapsed.py(159)
TP-002 test_tp002_elapsed.py(160)
TP-002 test_tp002_elapsed.py(161)
TP-002 test_tp002_elapsed.py(162)
TP-002 test_tp002_elapsed.py(164)
TP-002 test_tp002_elapsed.py(165)
TP-002 test_tp002_elapsed.py(166)
TP-002 test_tp002_elapsed.py(167)
TP-002 test_tp002_elapsed.py(168)
TP-002 test_tp002_elapsed.py(169)
TP-002 test_tp002_elapsed.py(173)
TP-003 test_tp003_prefix.py(90)
TP-003 test_tp003_prefix.py(93)
TP-003 test_tp003_prefix.py(94)
TP-003 test_tp003_prefix.py(95)
TP-003 test_tp003_prefix.py(96)
TP-003 test_tp003_prefix.py(97)
TP-003 test_tp003_prefix.py(98)
TP-003 test_tp003_prefix.py(99)
TP-003 test_tp003_prefix.py(100)
TP-003 test_tp003_prefix.py(101)
TP-003 test_tp003_prefix.py(105)
TP-003 test_tp003_prefix.py(106)
TP-003 test_tp003_prefix.py(107)
TP-003 test_tp003_prefix.py(108)
TP-003 test_tp003_prefix.py(109)
TP-003 test_tp003_prefix.py(113)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-003 test_tp003_prefix.py(114)
TP-003 test_tp003_prefix.py(115)
TP-003 test_tp003_prefix.py(116)
TP-003 test_tp003_prefix.py(117)
TP-003 test_tp003_prefix.py(118)
TP-003 test_tp003_prefix.py(119)
TP-003 test_tp003_prefix.py(120)
TP-003 test_tp003_prefix.py(124)
TP-003 test_tp003_prefix.py(125)
TP-003 test_tp003_prefix.py(126)
TP-003 test_tp003_prefix.py(127)
TP-003 test_tp003_prefix.py(128)
TP-003 test_tp003_prefix.py(129)
TP-003 test_tp003_prefix.py(133)
TP-003 test_tp003_prefix.py(134)
TP-003 test_tp003_prefix.py(135)
TP-003 test_tp003_prefix.py(136)
TP-003 test_tp003_prefix.py(137)
TP-003 test_tp003_prefix.py(138)
TP-003 test_tp003_prefix.py(142)
TP-003 test_tp003_prefix.py(143)
TP-003 test_tp003_prefix.py(144)
TP-003 test_tp003_prefix.py(145)
TP-003 test_tp003_prefix.py(147)
TP-003 test_tp003_prefix.py(148)
TP-003 test_tp003_prefix.py(149)
TP-003 test_tp003_prefix.py(153)
TP-004 test_tp004_none.py(91)
TP-004 test_tp004_none.py(94)
TP-004 test_tp004_none.py(95)
TP-004 test_tp004_none.py(96)
TP-004 test_tp004_none.py(97)
TP-004 test_tp004_none.py(98)
TP-004 test_tp004_none.py(99)
TP-004 test_tp004_none.py(100)
TP-004 test_tp004_none.py(101)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-004 test_tp004_none.py(102)
TP-004 test_tp004_none.py(106)
TP-004 test_tp004_none.py(107)
TP-004 test_tp004_none.py(108)
TP-004 test_tp004_none.py(109)
TP-004 test_tp004_none.py(110)
TP-004 test_tp004_none.py(114)
TP-004 test_tp004_none.py(115)
TP-004 test_tp004_none.py(116)
TP-004 test_tp004_none.py(117)
TP-004 test_tp004_none.py(118)
TP-004 test_tp004_none.py(119)
TP-004 test_tp004_none.py(120)
TP-004 test_tp004_none.py(121)
TP-004 test_tp004_none.py(125)
TP-004 test_tp004_none.py(126)
TP-004 test_tp004_none.py(127)
TP-004 test_tp004_none.py(128)
TP-004 test_tp004_none.py(129)
TP-004 test_tp004_none.py(130)
TP-004 test_tp004_none.py(134)
TP-004 test_tp004_none.py(135)
TP-004 test_tp004_none.py(136)
TP-004 test_tp004_none.py(137)
TP-004 test_tp004_none.py(138)
TP-004 test_tp004_none.py(139)
TP-004 test_tp004_none.py(143)
TP-004 test_tp004_none.py(144)
TP-004 test_tp004_none.py(145)
TP-004 test_tp004_none.py(146)
TP-004 test_tp004_none.py(148)
TP-004 test_tp004_none.py(149)
TP-004 test_tp004_none.py(150)
TP-004 test_tp004_none.py(151)
TP-004 test_tp004_none.py(152)
TP-004 test_tp004_none.py(156)
|
SRS-007 (auto) (cont'd) |
Desc: The logger functions shall be available TP-016 test_tp016_ut_elapsed_times.py(47)
TP-016 test_tp016_ut_elapsed_times.py(53)
TP-016 test_tp016_ut_elapsed_times.py(58)
TP-016 test_tp016_ut_elapsed_times.py(93)
TP-016 test_tp016_ut_elapsed_times.py(98)
TP-016 test_tp016_ut_elapsed_times.py(99)
TP-016 test_tp016_ut_elapsed_times.py(100)
TP-016 test_tp016_ut_elapsed_times.py(102)
TP-016 test_tp016_ut_elapsed_times.py(104)
TP-016 test_tp016_ut_elapsed_times.py(106)
TP-016 test_tp016_ut_elapsed_times.py(107)
TP-017 test_tp017_verbosity.py(92)
TP-018 test_tp018_dot.py(59)
TP-018 test_tp018_dot.py(60)
TP-018 test_tp018_dot.py(61)
TP-018 test_tp018_dot.py(62)
TP-018 test_tp018_dot.py(63)
TP-018 test_tp018_dot.py(64)
TP-018 test_tp018_dot.py(94)
TP-018 test_tp018_dot.py(96)
TP-018 test_tp018_dot.py(115)
|
SRS-008 (auto) |
Desc: The functions shall be able to have multiple arguments which are concatenated TP-002 test_tp002_elapsed.py(108)
TP-003 test_tp003_prefix.py(101)
TP-004 test_tp004_none.py(102)
TP-017 test_tp017_verbosity.py(89)
TP-017 test_tp017_verbosity.py(179)
|
SRS-009 (auto) |
Desc: The logger shall be able to set verbosity TP-017 test_tp017_verbosity.py(93)
TP-017 test_tp017_verbosity.py(94)
TP-017 test_tp017_verbosity.py(100)
TP-017 test_tp017_verbosity.py(101)
TP-017 test_tp017_verbosity.py(102)
TP-017 test_tp017_verbosity.py(103)
TP-017 test_tp017_verbosity.py(109)
TP-017 test_tp017_verbosity.py(110)
TP-017 test_tp017_verbosity.py(111)
TP-017 test_tp017_verbosity.py(112)
TP-017 test_tp017_verbosity.py(113)
TP-017 test_tp017_verbosity.py(114)
TP-017 test_tp017_verbosity.py(116)
TP-017 test_tp017_verbosity.py(182)
TP-017 test_tp017_verbosity.py(183)
TP-017 test_tp017_verbosity.py(189)
TP-017 test_tp017_verbosity.py(190)
TP-017 test_tp017_verbosity.py(191)
TP-017 test_tp017_verbosity.py(192)
TP-017 test_tp017_verbosity.py(198)
TP-017 test_tp017_verbosity.py(199)
TP-017 test_tp017_verbosity.py(201)
TP-017 test_tp017_verbosity.py(202)
TP-017 test_tp017_verbosity.py(203)
TP-017 test_tp017_verbosity.py(204)
|
SRS-010 (auto) |
Desc: The max_dots argument shall be greater than 0 TP-020 test_tp020_bad_params.py(113)
TP-020 test_tp020_bad_params.py(114)
TP-020 test_tp020_bad_params.py(116)
|
SRS-011 (auto) |
Desc: The mode argument shall allow a 'normal', 'ut', 'mock' or 'null' mode TP-020 test_tp020_bad_params.py(96)
TP-020 test_tp020_bad_params.py(97)
TP-020 test_tp020_bad_params.py(99)
|
SRS-012 (auto) |
Desc: The mode argument shall allow a 'null' mode TP-019 test_tp019_null_mode.py(109)
|
SRS-013 (auto) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-011 test_tp011_ut_mode_prefix_format.py(112)
TP-011 test_tp011_ut_mode_prefix_format.py(118)
TP-011 test_tp011_ut_mode_prefix_format.py(119)
TP-011 test_tp011_ut_mode_prefix_format.py(120)
TP-011 test_tp011_ut_mode_prefix_format.py(121)
TP-011 test_tp011_ut_mode_prefix_format.py(122)
TP-011 test_tp011_ut_mode_prefix_format.py(123)
TP-011 test_tp011_ut_mode_prefix_format.py(124)
TP-011 test_tp011_ut_mode_prefix_format.py(125)
TP-011 test_tp011_ut_mode_prefix_format.py(126)
TP-011 test_tp011_ut_mode_prefix_format.py(129)
TP-011 test_tp011_ut_mode_prefix_format.py(130)
TP-011 test_tp011_ut_mode_prefix_format.py(131)
TP-011 test_tp011_ut_mode_prefix_format.py(132)
TP-011 test_tp011_ut_mode_prefix_format.py(133)
TP-011 test_tp011_ut_mode_prefix_format.py(136)
TP-011 test_tp011_ut_mode_prefix_format.py(137)
TP-011 test_tp011_ut_mode_prefix_format.py(138)
TP-011 test_tp011_ut_mode_prefix_format.py(139)
TP-011 test_tp011_ut_mode_prefix_format.py(140)
TP-011 test_tp011_ut_mode_prefix_format.py(141)
TP-011 test_tp011_ut_mode_prefix_format.py(142)
TP-011 test_tp011_ut_mode_prefix_format.py(143)
TP-011 test_tp011_ut_mode_prefix_format.py(146)
TP-011 test_tp011_ut_mode_prefix_format.py(147)
TP-011 test_tp011_ut_mode_prefix_format.py(148)
TP-011 test_tp011_ut_mode_prefix_format.py(149)
TP-011 test_tp011_ut_mode_prefix_format.py(150)
TP-011 test_tp011_ut_mode_prefix_format.py(151)
TP-011 test_tp011_ut_mode_prefix_format.py(155)
TP-011 test_tp011_ut_mode_prefix_format.py(156)
TP-011 test_tp011_ut_mode_prefix_format.py(157)
TP-011 test_tp011_ut_mode_prefix_format.py(159)
TP-011 test_tp011_ut_mode_prefix_format.py(162)
TP-011 test_tp011_ut_mode_prefix_format.py(163)
TP-011 test_tp011_ut_mode_prefix_format.py(164)
|
SRS-013 (auto) (cont'd) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-011 test_tp011_ut_mode_prefix_format.py(165)
TP-011 test_tp011_ut_mode_prefix_format.py(167)
TP-011 test_tp011_ut_mode_prefix_format.py(168)
TP-011 test_tp011_ut_mode_prefix_format.py(169)
TP-011 test_tp011_ut_mode_prefix_format.py(170)
TP-011 test_tp011_ut_mode_prefix_format.py(171)
TP-011 test_tp011_ut_mode_prefix_format.py(174)
TP-011 test_tp011_ut_mode_prefix_format.py(175)
TP-011 test_tp011_ut_mode_prefix_format.py(178)
TP-011 test_tp011_ut_mode_prefix_format.py(179)
TP-011 test_tp011_ut_mode_prefix_format.py(180)
TP-011 test_tp011_ut_mode_prefix_format.py(181)
TP-011 test_tp011_ut_mode_prefix_format.py(182)
TP-012 test_tp012_ut_mode_none_format.py(118)
TP-012 test_tp012_ut_mode_none_format.py(119)
TP-012 test_tp012_ut_mode_none_format.py(120)
TP-012 test_tp012_ut_mode_none_format.py(121)
TP-012 test_tp012_ut_mode_none_format.py(122)
TP-012 test_tp012_ut_mode_none_format.py(123)
TP-012 test_tp012_ut_mode_none_format.py(124)
TP-012 test_tp012_ut_mode_none_format.py(125)
TP-012 test_tp012_ut_mode_none_format.py(126)
TP-012 test_tp012_ut_mode_none_format.py(129)
TP-012 test_tp012_ut_mode_none_format.py(130)
TP-012 test_tp012_ut_mode_none_format.py(131)
TP-012 test_tp012_ut_mode_none_format.py(132)
TP-012 test_tp012_ut_mode_none_format.py(133)
TP-012 test_tp012_ut_mode_none_format.py(136)
TP-012 test_tp012_ut_mode_none_format.py(137)
TP-012 test_tp012_ut_mode_none_format.py(138)
TP-012 test_tp012_ut_mode_none_format.py(139)
TP-012 test_tp012_ut_mode_none_format.py(140)
TP-012 test_tp012_ut_mode_none_format.py(141)
TP-012 test_tp012_ut_mode_none_format.py(142)
TP-012 test_tp012_ut_mode_none_format.py(143)
TP-012 test_tp012_ut_mode_none_format.py(146)
|
SRS-013 (auto) (cont'd) |
Desc: The ut mode with format 'prefix' shall display prefixes in ut lines TP-012 test_tp012_ut_mode_none_format.py(147)
TP-012 test_tp012_ut_mode_none_format.py(148)
TP-012 test_tp012_ut_mode_none_format.py(149)
TP-012 test_tp012_ut_mode_none_format.py(150)
TP-012 test_tp012_ut_mode_none_format.py(151)
TP-012 test_tp012_ut_mode_none_format.py(155)
TP-012 test_tp012_ut_mode_none_format.py(156)
TP-012 test_tp012_ut_mode_none_format.py(157)
TP-012 test_tp012_ut_mode_none_format.py(159)
TP-012 test_tp012_ut_mode_none_format.py(162)
TP-012 test_tp012_ut_mode_none_format.py(163)
TP-012 test_tp012_ut_mode_none_format.py(164)
TP-012 test_tp012_ut_mode_none_format.py(165)
TP-012 test_tp012_ut_mode_none_format.py(167)
TP-012 test_tp012_ut_mode_none_format.py(168)
TP-012 test_tp012_ut_mode_none_format.py(169)
TP-012 test_tp012_ut_mode_none_format.py(170)
TP-012 test_tp012_ut_mode_none_format.py(171)
TP-012 test_tp012_ut_mode_none_format.py(174)
TP-012 test_tp012_ut_mode_none_format.py(175)
TP-012 test_tp012_ut_mode_none_format.py(178)
TP-012 test_tp012_ut_mode_none_format.py(179)
TP-012 test_tp012_ut_mode_none_format.py(180)
TP-012 test_tp012_ut_mode_none_format.py(181)
TP-012 test_tp012_ut_mode_none_format.py(182)
|
SRS-014 (auto) |
Desc: The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines TP-010 test_tp010_ut_mode_elapsed_format.py(112)
TP-010 test_tp010_ut_mode_elapsed_format.py(118)
TP-010 test_tp010_ut_mode_elapsed_format.py(119)
TP-010 test_tp010_ut_mode_elapsed_format.py(120)
TP-010 test_tp010_ut_mode_elapsed_format.py(121)
TP-010 test_tp010_ut_mode_elapsed_format.py(122)
TP-010 test_tp010_ut_mode_elapsed_format.py(123)
TP-010 test_tp010_ut_mode_elapsed_format.py(124)
TP-010 test_tp010_ut_mode_elapsed_format.py(125)
TP-010 test_tp010_ut_mode_elapsed_format.py(126)
TP-010 test_tp010_ut_mode_elapsed_format.py(129)
TP-010 test_tp010_ut_mode_elapsed_format.py(130)
TP-010 test_tp010_ut_mode_elapsed_format.py(131)
TP-010 test_tp010_ut_mode_elapsed_format.py(132)
TP-010 test_tp010_ut_mode_elapsed_format.py(133)
TP-010 test_tp010_ut_mode_elapsed_format.py(136)
TP-010 test_tp010_ut_mode_elapsed_format.py(137)
TP-010 test_tp010_ut_mode_elapsed_format.py(138)
TP-010 test_tp010_ut_mode_elapsed_format.py(139)
TP-010 test_tp010_ut_mode_elapsed_format.py(140)
TP-010 test_tp010_ut_mode_elapsed_format.py(141)
TP-010 test_tp010_ut_mode_elapsed_format.py(142)
TP-010 test_tp010_ut_mode_elapsed_format.py(143)
TP-010 test_tp010_ut_mode_elapsed_format.py(146)
TP-010 test_tp010_ut_mode_elapsed_format.py(147)
TP-010 test_tp010_ut_mode_elapsed_format.py(148)
TP-010 test_tp010_ut_mode_elapsed_format.py(149)
TP-010 test_tp010_ut_mode_elapsed_format.py(150)
TP-010 test_tp010_ut_mode_elapsed_format.py(151)
TP-010 test_tp010_ut_mode_elapsed_format.py(154)
TP-010 test_tp010_ut_mode_elapsed_format.py(155)
TP-010 test_tp010_ut_mode_elapsed_format.py(156)
TP-010 test_tp010_ut_mode_elapsed_format.py(157)
TP-010 test_tp010_ut_mode_elapsed_format.py(158)
TP-010 test_tp010_ut_mode_elapsed_format.py(159)
TP-010 test_tp010_ut_mode_elapsed_format.py(162)
|
SRS-014 (auto) (cont'd) |
Desc: The ut mode with format 'elapsed' shall display prefixes and elapsed time in ut lines TP-010 test_tp010_ut_mode_elapsed_format.py(163)
TP-010 test_tp010_ut_mode_elapsed_format.py(164)
TP-010 test_tp010_ut_mode_elapsed_format.py(165)
TP-010 test_tp010_ut_mode_elapsed_format.py(167)
TP-010 test_tp010_ut_mode_elapsed_format.py(168)
TP-010 test_tp010_ut_mode_elapsed_format.py(169)
TP-010 test_tp010_ut_mode_elapsed_format.py(170)
TP-010 test_tp010_ut_mode_elapsed_format.py(171)
TP-010 test_tp010_ut_mode_elapsed_format.py(174)
TP-010 test_tp010_ut_mode_elapsed_format.py(175)
TP-010 test_tp010_ut_mode_elapsed_format.py(178)
TP-010 test_tp010_ut_mode_elapsed_format.py(179)
TP-010 test_tp010_ut_mode_elapsed_format.py(180)
TP-010 test_tp010_ut_mode_elapsed_format.py(181)
TP-010 test_tp010_ut_mode_elapsed_format.py(182)
TP-011 test_tp011_ut_mode_prefix_format.py(154)
TP-011 test_tp011_ut_mode_prefix_format.py(158)
TP-012 test_tp012_ut_mode_none_format.py(154)
TP-012 test_tp012_ut_mode_none_format.py(158)
TP-016 test_tp016_ut_elapsed_times.py(42)
TP-016 test_tp016_ut_elapsed_times.py(64)
|
SRS-015 (auto) |
Desc: The ut mode with format 'none' shall not display prefixes or elapsed time in ut lines TP-012 test_tp012_ut_mode_none_format.py(112)
|
SRS-016 (auto) |
Desc: The immediate mode shall have the ability to display text in various colors TP-030 test_tp030_immediate_colors.py(57)
TP-030 test_tp030_immediate_colors.py(58)
TP-030 test_tp030_immediate_colors.py(59)
TP-030 test_tp030_immediate_colors.py(60)
TP-030 test_tp030_immediate_colors.py(61)
TP-030 test_tp030_immediate_colors.py(62)
TP-030 test_tp030_immediate_colors.py(63)
TP-030 test_tp030_immediate_colors.py(65)
TP-030 test_tp030_immediate_colors.py(85)
TP-030 test_tp030_immediate_colors.py(86)
TP-030 test_tp030_immediate_colors.py(87)
TP-030 test_tp030_immediate_colors.py(88)
TP-030 test_tp030_immediate_colors.py(89)
TP-030 test_tp030_immediate_colors.py(90)
TP-030 test_tp030_immediate_colors.py(91)
TP-030 test_tp030_immediate_colors.py(93)
TP-030 test_tp030_immediate_colors.py(113)
TP-030 test_tp030_immediate_colors.py(114)
TP-030 test_tp030_immediate_colors.py(115)
TP-030 test_tp030_immediate_colors.py(116)
TP-030 test_tp030_immediate_colors.py(117)
TP-030 test_tp030_immediate_colors.py(118)
TP-030 test_tp030_immediate_colors.py(119)
TP-030 test_tp030_immediate_colors.py(121)
TP-030 test_tp030_immediate_colors.py(140)
TP-030 test_tp030_immediate_colors.py(141)
TP-030 test_tp030_immediate_colors.py(142)
TP-030 test_tp030_immediate_colors.py(143)
TP-030 test_tp030_immediate_colors.py(144)
TP-032 test_tp032_ut_colors.py(54)
TP-032 test_tp032_ut_colors.py(55)
TP-032 test_tp032_ut_colors.py(56)
TP-032 test_tp032_ut_colors.py(57)
TP-032 test_tp032_ut_colors.py(58)
TP-032 test_tp032_ut_colors.py(59)
TP-032 test_tp032_ut_colors.py(60)
|
SRS-016 (auto) (cont'd) |
Desc: The immediate mode shall have the ability to display text in various colors TP-032 test_tp032_ut_colors.py(62)
TP-032 test_tp032_ut_colors.py(81)
TP-032 test_tp032_ut_colors.py(82)
TP-032 test_tp032_ut_colors.py(83)
TP-032 test_tp032_ut_colors.py(84)
TP-032 test_tp032_ut_colors.py(85)
TP-032 test_tp032_ut_colors.py(86)
TP-032 test_tp032_ut_colors.py(87)
TP-032 test_tp032_ut_colors.py(89)
TP-032 test_tp032_ut_colors.py(108)
TP-032 test_tp032_ut_colors.py(109)
TP-032 test_tp032_ut_colors.py(110)
TP-032 test_tp032_ut_colors.py(111)
TP-032 test_tp032_ut_colors.py(112)
TP-032 test_tp032_ut_colors.py(113)
TP-032 test_tp032_ut_colors.py(114)
TP-032 test_tp032_ut_colors.py(116)
TP-032 test_tp032_ut_colors.py(134)
TP-032 test_tp032_ut_colors.py(135)
TP-032 test_tp032_ut_colors.py(136)
TP-032 test_tp032_ut_colors.py(137)
TP-032 test_tp032_ut_colors.py(138)
TP-034 test_tp034_normal_colors.py(59)
TP-034 test_tp034_normal_colors.py(60)
TP-034 test_tp034_normal_colors.py(61)
TP-034 test_tp034_normal_colors.py(62)
TP-034 test_tp034_normal_colors.py(63)
TP-034 test_tp034_normal_colors.py(64)
TP-034 test_tp034_normal_colors.py(65)
TP-034 test_tp034_normal_colors.py(67)
TP-034 test_tp034_normal_colors.py(90)
TP-034 test_tp034_normal_colors.py(91)
TP-034 test_tp034_normal_colors.py(92)
TP-034 test_tp034_normal_colors.py(93)
TP-034 test_tp034_normal_colors.py(94)
TP-034 test_tp034_normal_colors.py(95)
|
SRS-016 (auto) (cont'd) |
Desc: The immediate mode shall have the ability to display text in various colors TP-034 test_tp034_normal_colors.py(96)
TP-034 test_tp034_normal_colors.py(98)
TP-034 test_tp034_normal_colors.py(121)
TP-034 test_tp034_normal_colors.py(122)
TP-034 test_tp034_normal_colors.py(123)
TP-034 test_tp034_normal_colors.py(124)
TP-034 test_tp034_normal_colors.py(125)
TP-034 test_tp034_normal_colors.py(126)
TP-034 test_tp034_normal_colors.py(127)
TP-034 test_tp034_normal_colors.py(128)
TP-034 test_tp034_normal_colors.py(130)
TP-034 test_tp034_normal_colors.py(152)
TP-034 test_tp034_normal_colors.py(153)
TP-034 test_tp034_normal_colors.py(154)
TP-034 test_tp034_normal_colors.py(155)
TP-034 test_tp034_normal_colors.py(156)
|
SRS-017 (auto) |
Desc: The immediate mode shall have the ability to display a user defined prefix TP-031 test_tp031_immediate_pfx.py(56)
TP-031 test_tp031_immediate_pfx.py(57)
TP-031 test_tp031_immediate_pfx.py(58)
TP-031 test_tp031_immediate_pfx.py(59)
TP-031 test_tp031_immediate_pfx.py(60)
TP-031 test_tp031_immediate_pfx.py(61)
TP-031 test_tp031_immediate_pfx.py(63)
TP-031 test_tp031_immediate_pfx.py(83)
TP-031 test_tp031_immediate_pfx.py(84)
TP-031 test_tp031_immediate_pfx.py(85)
TP-031 test_tp031_immediate_pfx.py(86)
TP-031 test_tp031_immediate_pfx.py(87)
TP-031 test_tp031_immediate_pfx.py(88)
TP-031 test_tp031_immediate_pfx.py(90)
TP-031 test_tp031_immediate_pfx.py(110)
TP-031 test_tp031_immediate_pfx.py(111)
TP-031 test_tp031_immediate_pfx.py(112)
TP-031 test_tp031_immediate_pfx.py(113)
TP-031 test_tp031_immediate_pfx.py(114)
TP-031 test_tp031_immediate_pfx.py(115)
TP-031 test_tp031_immediate_pfx.py(117)
TP-031 test_tp031_immediate_pfx.py(132)
TP-031 test_tp031_immediate_pfx.py(133)
TP-031 test_tp031_immediate_pfx.py(134)
TP-031 test_tp031_immediate_pfx.py(135)
TP-033 test_tp033_ut_pfx.py(58)
TP-033 test_tp033_ut_pfx.py(59)
TP-033 test_tp033_ut_pfx.py(60)
TP-033 test_tp033_ut_pfx.py(61)
TP-033 test_tp033_ut_pfx.py(62)
TP-033 test_tp033_ut_pfx.py(63)
TP-033 test_tp033_ut_pfx.py(64)
TP-033 test_tp033_ut_pfx.py(66)
TP-033 test_tp033_ut_pfx.py(85)
TP-033 test_tp033_ut_pfx.py(86)
TP-033 test_tp033_ut_pfx.py(87)
|
SRS-017 (auto) (cont'd) |
Desc: The immediate mode shall have the ability to display a user defined prefix TP-033 test_tp033_ut_pfx.py(88)
TP-033 test_tp033_ut_pfx.py(89)
TP-033 test_tp033_ut_pfx.py(90)
TP-033 test_tp033_ut_pfx.py(92)
TP-033 test_tp033_ut_pfx.py(111)
TP-033 test_tp033_ut_pfx.py(112)
TP-033 test_tp033_ut_pfx.py(113)
TP-033 test_tp033_ut_pfx.py(114)
TP-033 test_tp033_ut_pfx.py(115)
TP-033 test_tp033_ut_pfx.py(116)
TP-033 test_tp033_ut_pfx.py(118)
TP-033 test_tp033_ut_pfx.py(132)
TP-033 test_tp033_ut_pfx.py(133)
TP-033 test_tp033_ut_pfx.py(134)
TP-033 test_tp033_ut_pfx.py(135)
TP-035 test_tp035_normal_pfx.py(58)
TP-035 test_tp035_normal_pfx.py(59)
TP-035 test_tp035_normal_pfx.py(60)
TP-035 test_tp035_normal_pfx.py(61)
TP-035 test_tp035_normal_pfx.py(62)
TP-035 test_tp035_normal_pfx.py(63)
TP-035 test_tp035_normal_pfx.py(65)
TP-035 test_tp035_normal_pfx.py(88)
TP-035 test_tp035_normal_pfx.py(89)
TP-035 test_tp035_normal_pfx.py(90)
TP-035 test_tp035_normal_pfx.py(91)
TP-035 test_tp035_normal_pfx.py(92)
TP-035 test_tp035_normal_pfx.py(93)
TP-035 test_tp035_normal_pfx.py(94)
TP-035 test_tp035_normal_pfx.py(96)
TP-035 test_tp035_normal_pfx.py(120)
TP-035 test_tp035_normal_pfx.py(121)
TP-035 test_tp035_normal_pfx.py(122)
TP-035 test_tp035_normal_pfx.py(123)
TP-035 test_tp035_normal_pfx.py(124)
TP-035 test_tp035_normal_pfx.py(125)
|
SRS-017 (auto) (cont'd) |
Desc: The immediate mode shall have the ability to display a user defined prefix TP-035 test_tp035_normal_pfx.py(126)
TP-035 test_tp035_normal_pfx.py(127)
TP-035 test_tp035_normal_pfx.py(128)
TP-035 test_tp035_normal_pfx.py(129)
TP-035 test_tp035_normal_pfx.py(130)
TP-035 test_tp035_normal_pfx.py(131)
TP-035 test_tp035_normal_pfx.py(133)
TP-035 test_tp035_normal_pfx.py(151)
TP-035 test_tp035_normal_pfx.py(152)
TP-035 test_tp035_normal_pfx.py(153)
TP-035 test_tp035_normal_pfx.py(154)
|