Skip to content

Instantly share code, notes, and snippets.

@StefH
Created September 15, 2024 12:29
Show Gist options
  • Save StefH/5b41c6f800c263d3de47ee54f062a0e0 to your computer and use it in GitHub Desktop.
Save StefH/5b41c6f800c263d3de47ee54f062a0e0 to your computer and use it in GitHub Desktop.
WireMock.Net.Aspire - WireMockServerResource Mermaid
```mermaid
classDiagram
class WireMockServerResource {
}
class ContainerResource {
}
class IResourceWithServiceDiscovery {
}
class WireMockServerArguments {
}
class EndpointReference {
}
class AdminApiMappingBuilder {
}
WireMockServerResource --> ContainerResource : Inherits
WireMockServerResource --> IResourceWithServiceDiscovery : Implements
WireMockServerResource --> WireMockServerArguments : Uses
WireMockServerResource --> EndpointReference : Returns
WireMockServerArguments --> AdminApiMappingBuilder : Uses
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment