IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Creates a directory for testing purposes More...
Public Member Functions | |
TestDirectory () | |
void | Dispose () |
Clean up after ourselves More... | |
override string | ToString () |
Returns the full path of the contained test directory More... | |
Properties | |
DirectoryInfo | Directory [get] |
Gets the test directory. More... | |
Private Attributes | |
DirectoryInfo | _testDir |
Creates a directory for testing purposes
|
inline |
References NUnit.Framework.Is.False, NUnit.Framework.Assume.That(), and NUnit.Framework.Is.True.
|
inline |
Clean up after ourselves
Referenced by NUnit.Framework.Assertions.DirectoryAssertTests.TearDown(), and NUnit.Framework.Tests.Constraints.FileOrDirectoryExistsConstraintTests.TearDown().
|
inline |
Returns the full path of the contained test directory
Referenced by NUnit.Framework.Assertions.DirectoryAssertTests.AreEqualPassesWithDirectoryInfos(), NUnit.Framework.Assertions.DirectoryAssertTests.AreNotEqualFailsWithDirectoryInfos(), NUnit.Framework.Assertions.DirectoryAssertTests.DoesNotExistFailsWhenStringExists(), NUnit.Framework.Assertions.DirectoryAssertTests.ExistsPassesWhenStringExists(), NUnit.Framework.Tests.Constraints.FileOrDirectoryExistsConstraintTests.FailsWhenIgnoreDirectoriesIsTrueWithDirectoryString(), and NUnit.Framework.Tests.Constraints.FileOrDirectoryExistsConstraintTests.PassesWhenDirectoryStringExists().
|
private |
|
get |
Gets the test directory.
Referenced by NUnit.Framework.Assertions.DirectoryAssertTests.AreEqualFailsWithDirectoryInfos(), NUnit.Framework.Assertions.DirectoryAssertTests.AreNotEqualPassesIfActualIsNull(), NUnit.Framework.Assertions.DirectoryAssertTests.AreNotEqualPassesIfExpectedIsNull(), NUnit.Framework.Assertions.DirectoryAssertTests.AreNotEqualPassesWithDirectoryInfos(), NUnit.Framework.Assertions.DirectoryAssertTests.DoesNotExistFailsWhenDirectoryInfoExists(), NUnit.Framework.Assertions.DirectoryAssertTests.ExistsPassesWhenDirectoryInfoExists(), NUnit.Framework.Tests.Constraints.FileOrDirectoryExistsConstraintTests.FailsWhenIgnoreDirectoriesIsTrueWithDirectoryInfo(), NUnit.Framework.Tests.Constraints.FileOrDirectoryExistsConstraintTests.PassesWhenDirectoryInfoExists(), and NUnit.Framework.Assertions.DirectoryAssertTests.SetUp().