Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anderssv/3aac50d56255ea5bf0752082a64d9de1 to your computer and use it in GitHub Desktop.
Save anderssv/3aac50d56255ea5bf0752082a64d9de1 to your computer and use it in GitHub Desktop.
Dependency Injection Blog - test stubs
app = DependencyInjectionApplicationContext(
loadConfig(true),
businessRepository = BusinessRepositoryStub()
).create()
serverUrl = app.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment