PeanutButter
|
Classes | |
class | CookieUtil |
class | DefaultJsonOptions |
class | FakeActionExecutedContext |
Provides an ActionExecutedContext where the controller can be late-set. More... | |
class | FakeActionExecutingContext |
Provides an ActionExecutingContext implementation where the controller can be late-set. More... | |
class | FakeCompositeMetadataDetailsProvider |
Provides a fake ICompositeMetadataDetailsProvider. More... | |
class | FakeConnectionInfo |
Provides a fake connection. More... | |
class | FakeContentResultExecutor |
class | FakeCookie |
Implements a fake cookie holder. More... | |
class | FakeFeatureCollection |
Implements a fake feature collection. More... | |
class | FakeFormCollection |
Implements a fake form collection. More... | |
class | FakeFormFile |
Implements a fake form file. More... | |
class | FakeFormFileCollection |
Provides a fake form file collection. More... | |
class | FakeHeaderDictionary |
Provides a fake http header dictionary. More... | |
class | FakeHttpContext |
Provides a fake http context. More... | |
class | FakeHttpRequest |
Implements a fake http request. More... | |
class | FakeHttpRequestFeature |
Provides a faked implementation of IHttpRequestFeature. More... | |
class | FakeHttpResponse |
Provides a fake http response. More... | |
class | FakeHttpResponseFeature |
Provides a faked IHttpResponseFeature. More... | |
class | FakeJsonResultExecutor |
class | FakeModelMetadata |
provides a faked model metadata More... | |
class | FakeObjectResultExecutor |
Provides a faked implementation for rendering ObjectResult values. More... | |
class | FakePropertyFilterProvider |
Provides a fake property filter which filters nothing. More... | |
class | FakeQueryCollection |
Provides a fake query collection. More... | |
class | FakeRequestCookieCollection |
Provides a fake cookie collection. More... | |
class | FakeResponseCookies |
Provides a fake response cookies service. More... | |
class | FakeResponsePipeWriter |
class | FakeSession |
Provides a fake session. More... | |
class | FakeTempDataDictionaryFactory |
class | FakeTempDataProvider |
class | FakeViewResultExecutor |
Actually rendering a view is going to be tricky, and probably unnecessary. For testing purposes, the caller needs to be able to assert the view name and the provided data. This fake renderer will execute to arrive at: More... | |
class | FakeWebSocket |
Provides a fake websocket. More... | |
class | FakeWebSocketManager |
Provides a fake websocket manager. More... | |
interface | ICanBeIndexedBy< in T > |
Describes a type which has. More... | |
interface | IFake |
Used to identify fakes, primarily by the .As<TFake> extension method. More... | |
interface | IFakeModelMetadata |
Interface for dealing with the backing properties of the FakeModelMetadata. More... | |
interface | IMinimalServiceProvider |
Provides a minimal implementation of IServiceProvider. More... | |
class | MinimalServiceProvider |
Provides a very minimal service provider. More... | |
class | NonFunctionalServiceProvider |
class | ServiceProviderImplementationRequiredException |
Thrown when unable to cast up to the required fake. More... | |
class | StringMap |
Provides a collection of string maps. More... | |
class | StringValueMap |
Provides a string-to-stringvalue map. More... | |
class | StringValueMapChangedEventArgs |
Raised when a StringValueMap changes. More... |