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.TestUtilities.TestFile Class Reference
+ Inheritance diagram for NUnit.TestUtilities.TestFile:
+ Collaboration diagram for NUnit.TestUtilities.TestFile:

Public Member Functions

 TestFile (string fileName, string resourceName)
 
long OffsetOf (char target)
 
override string ToString ()
 Returns the full path of the contained test directory More...
 
void Dispose ()
 
 TestFile (string fileName, string resourceName)
 
long OffsetOf (char target)
 
override string ToString ()
 Returns the full path of the contained test directory More...
 
void Dispose ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 
virtual void Dispose (bool disposing)
 

Properties

long FileLength [get]
 
FileInfo File [get]
 Gets the test file. More...
 

Private Attributes

bool _disposedValue = false
 
string _resourceName
 
FileInfo _fileInfo
 
long _fileLength
 

Constructor & Destructor Documentation

NUnit.TestUtilities.TestFile.TestFile ( string  fileName,
string  resourceName 
)
inline
NUnit.TestUtilities.TestFile.TestFile ( string  fileName,
string  resourceName 
)
inline

Member Function Documentation

long NUnit.TestUtilities.TestFile.OffsetOf ( char  target)
inline
override string NUnit.TestUtilities.TestFile.ToString ( )
inline

Returns the full path of the contained test directory

virtual void NUnit.TestUtilities.TestFile.Dispose ( bool  disposing)
inlineprotectedvirtual
void NUnit.TestUtilities.TestFile.Dispose ( )
inline
long NUnit.TestUtilities.TestFile.OffsetOf ( char  target)
inline
override string NUnit.TestUtilities.TestFile.ToString ( )
inline

Returns the full path of the contained test directory

virtual void NUnit.TestUtilities.TestFile.Dispose ( bool  disposing)
inlineprotectedvirtual
void NUnit.TestUtilities.TestFile.Dispose ( )
inline

Member Data Documentation

bool NUnit.TestUtilities.TestFile._disposedValue = false
private
string NUnit.TestUtilities.TestFile._resourceName
private
FileInfo NUnit.TestUtilities.TestFile._fileInfo
private
long NUnit.TestUtilities.TestFile._fileLength
private

Property Documentation

long NUnit.TestUtilities.TestFile.FileLength
get
FileInfo NUnit.TestUtilities.TestFile.File
get

Gets the test file.


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