Class Paths
The static accessor class for file paths used in testing.
Inheritance
System.Object
Paths
Assembly: Lucene.Net.TestFramework.dll
Syntax
public static class Paths : object
Properties
Name | Description |
---|---|
AssemblyDirectory | Gets the directory where the compiled assembly Lucene.Net.Tests is found. We use Assembly.CodeBase in case NUnit or the current test runner has shadow copy enabled. |
ProjectRootDirectory | Gets the root directory for the project. e.g. if you were working on trunk it would be the trunk directory. |
TempDirectory | |
TestDocDirectory | Gets the test document directory. |
Methods
Name | Description |
---|---|
ResolveTestArtifactPath(String) |