Interface IApplicationContext
- Namespace
- TeaPie
- Assembly
- TeaPie.dll
public interface IApplicationContext
- Extension Methods
Properties
EnvironmentName
string EnvironmentName { get; }
Property Value
Logger
ILogger Logger { get; }
Property Value
Path
string Path { get; }
Property Value
Reporter
ITestResultsSummaryReporter Reporter { get; }
Property Value
ServiceProvider
IServiceProvider ServiceProvider { get; }