TestServiceProvider Class
Namespace
Statiq.Testing
Interfaces
  • IServiceCollection
Base Types
  • IServiceProvider
graph BT Type-->Base0["IServiceProvider"] Type-.->Interface0["IServiceCollection"] Type["TestServiceProvider"] class Type type-node

Syntax

public class TestServiceProvider : IServiceProvider, IServiceCollection

Constructors

Properties

Name Property Type Summary
Count int
IsReadOnly bool
this[int] ServiceDescriptor

Methods

Extension Methods