IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.TestResultOutputTests Class Reference
+ Collaboration diagram for NUnit.Framework.Internal.TestResultOutputTests:

Public Member Functions

void SetUp ()
 
void IfNothingIsWritten_OutputIsEmpty ()
 
void CanWriteOutputToResult ()
 
void CanWriteOutputToResult_Multiple ()
 
void IfNothingIsWritten_XmlOutputIsEmpty ()
 
void CanWriteOutputToResult_XmlOutput ()
 
void CanWriteOutputToResult_Multiple_XmlOutput ()
 
void WriteToTestContext ()
 

Private Member Functions

void FakeMethod ()
 

Private Attributes

const string SOME_TEXT = "This text should be part of the result."
 
TestResult _result
 

Static Private Attributes

static readonly string NL = NUnit.Env.NewLine
 

Member Function Documentation

void NUnit.Framework.Internal.TestResultOutputTests.SetUp ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.IfNothingIsWritten_OutputIsEmpty ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.CanWriteOutputToResult ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.CanWriteOutputToResult_Multiple ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.IfNothingIsWritten_XmlOutputIsEmpty ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.WriteToTestContext ( )
inline
void NUnit.Framework.Internal.TestResultOutputTests.FakeMethod ( )
inlineprivate

Member Data Documentation

const string NUnit.Framework.Internal.TestResultOutputTests.SOME_TEXT = "This text should be part of the result."
private
readonly string NUnit.Framework.Internal.TestResultOutputTests.NL = NUnit.Env.NewLine
staticprivate
TestResult NUnit.Framework.Internal.TestResultOutputTests._result
private

The documentation for this class was generated from the following file: