KernelUnitTestBase.assert(Boolean, String) 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.
public:
virtual bool assert(bool _value, System::String ^ _message);
public virtual bool assert (bool _value, string _message);
abstract member assert : bool * string -> bool
override this.assert : bool * string -> bool
Public Overridable Function assert (_value As Boolean, _message As String) As Boolean
Parameters
- _value
- Boolean
- _message
- String