Interface IProtoConnectionInfrastructure
Infrastructure that hands the application under test a connection string.
public interface IProtoConnectionInfrastructure : IProtoInfrastructure, IProtoResource
- Inherited Members
- Extension Methods
Properties
ConnectionString
Gets the connection string of the started piece.
string ConnectionString { get; }