Properties
-
Display
Name Gets the display name of the test case. -
Skip
Reason Gets the display text for the reason a test is being skipped; if the test is not skipped, returns null. -
Source
Information Get or sets the source file name and line where the test is defined, if requested (and known). -
Test
Method Gets the test method this test case belongs to. -
Test
Method Gets the arguments that will be passed to the test method.Arguments - Traits Gets the trait values associated with this test case. If there are none, or the framework does not support traits, this should return an empty dictionary (not null). This dictionary must be treated as read-only.
-
Unique
ID Gets a unique identifier for the test case.