Summary

Sets up a temporary directory for use in testing and copies into the directory any relevant resources.
For a list of all members of this type, see TestDirectory Members .

Type Relationships

  System.Object
    Eas.WebCrawler.Common.Test.TestDirectory

Declaration Syntax

Public Class TestDirectory
	Implements IDisposable
public class TestDirectory : IDisposable
public __gc class TestDirectory : public IDisposable
public class TestDirectory implements IDisposable

Remarks

This class is used for those cases where, as a part of testing, you need to set up a directory, and copy in files which you have embedded as resources into your test project, and you want to make sure that all this gets cleaned up after every test (plus handle cases where clean-up failed - like debug-stop).

Requirements

Namespace: Eas.WebCrawler.Common.Test
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

TestDirectory Members | Eas.WebCrawler.Common.Test Namespace