At its most layered level... if you create a test with the extension, then create a default ServerConfig provider with configured expectations, then also create expectations inside the test method, startup crashes - probably due to trying to auto-start inside the extension, before the starter is provided.
I need to see if I can come up with a better system for doing auto-start along side layered configuration.
At its most layered level... if you create a test with the extension, then create a default
ServerConfig
provider with configured expectations, then also create expectations inside the test method, startup crashes - probably due to trying to auto-start inside the extension, before the starter is provided.I need to see if I can come up with a better system for doing auto-start along side layered configuration.