FunctionalTest
This class is deprecated. It exists only for backward compatibility, and should not be used for new work.
Memory category | Instances |
---|
Member index 11
Removed member index 1
History | Member | |
---|---|---|
52 | Ended(result: FunctionalTestResult, message: string) |
Description
History 36
- 573 Change ReturnType of Warn from void to null
- 573 Change ReturnType of Passed from void to null
- 573 Change ReturnType of Pass from void to null
- 573 Change ReturnType of Failed from void to null
- 573 Change ReturnType of Error from void to null
- 553 Add
- 553 Add
- 553 Add
- 553 Add
- 553 Change Default of Description from to ?
- 553 Add
- 486 Change ThreadSafety of Description from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Warn from to Unsafe
- 462 Change ThreadSafety of Passed from to Unsafe
- 462 Change ThreadSafety of Pass from to Unsafe
- 462 Change ThreadSafety of Failed from to Unsafe
- 462 Change ThreadSafety of Error from to Unsafe
- 462 Change ThreadSafety of Description from to ReadOnly
- 52 Remove Ended
- 52 Remove
- 52 Remove
- 52 Remove
- 52 Remove
- 51 Change Tags of FunctionalTest from [preliminary] to [Deprecated]
- 47 Add Ended
- 47 Add Warn
- 47 Add Passed
- 47 Add Pass
- 47 Add Failed
- 47 Add Error
- 47 Add
- 47 Add
- 47 Add
- 47 Add Description
- 47 Add
- 47 Add FunctionalTest
Members 11
Description
Type | Default | |
---|---|---|
string | ? |
The description of the FunctionalTest.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true |
History 4
- 553 Change Default of Description from to ?
- 486 Change ThreadSafety of Description from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Description from to ReadOnly
- 47 Add Description
Error
Parameters (1) | Default | |
---|---|---|
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
Failed
Parameters (1) | Default | |
---|---|---|
Returns (1) | ||
null |
Prints a red message to the output, prefixed by "TestService: ".
Thread safety | Unsafe |
---|
Pass
Parameters (1) | Default | |
---|---|---|
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
Passed
Parameters (1) | Default | |
---|---|---|
Returns (1) | ||
null |
Thread safety | Unsafe |
---|
Warn
Parameters (1) | Default | |
---|---|---|
Returns (1) | ||
null |
Prints if a condition is true, otherwise prints a warning.
Thread safety | Unsafe |
---|
Removed members 1
Ended
Parameters (2) | |
---|---|
result | FunctionalTestResult |