NUnit.Framework.Internal.TestResult: Field Members

The fields of NUnit.Framework.Internal.TestResult are listed below. For a list of all members, see the TestResult Members list.

See Also: Inherited members from System.Object

Protected Fields

assertCountint. Number of asserts executed by this test
messagestring. Message giving the reason for failure, error or skipping the test
resultStateXamarin.iOS.dll=NUnit.Framework.Api.ResultState. Indicates the result of the test
readonly
testXamarin.iOS.dll=NUnit.Framework.Api.ITest. The test that this result pertains to