PexObserve.ValueAtEndOfTest<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs the value at the end of a test
public:
generic <typename T>
static void ValueAtEndOfTest(System::String ^ name, T value);
public static void ValueAtEndOfTest<T> (string name, T value);
static member ValueAtEndOfTest : string * 'T -> unit
Public Shared Sub ValueAtEndOfTest(Of T) (name As String, value As T)
Type Parameters
- T
The value's type.
Parameters
- name
- String
The value's name.
- value
- T
A value of type T
.