Table of Contents

Interface IApplicationContext

Namespace
TeaPie
Assembly
TeaPie.dll
public interface IApplicationContext
Extension Methods

Properties

EnvironmentName

string EnvironmentName { get; }

Property Value

string

Logger

ILogger Logger { get; }

Property Value

ILogger

Path

string Path { get; }

Property Value

string

Reporter

ITestResultsSummaryReporter Reporter { get; }

Property Value

ITestResultsSummaryReporter

ServiceProvider

IServiceProvider ServiceProvider { get; }

Property Value

IServiceProvider