enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
#
injection-framework
Here are 25 public repositories matching this topic...
werner77
commented
Apr 24, 2020
For testing it's convenient to be able to destroy the context after each test and set it up before.
Open
Add integration test
hkakutalua
commented
Jul 18, 2019
Provide possibility to create instances with dependencies provided from other modules.
class RepositoriesModule extends Module {
RepositoriesModule () {
// PersonRepository depends of PersonWebService
factory(DependentRequestsRepository(inject()), () =>
DependentRequestsRepository(inject()));
}
}
class WebServicesModules extends Module {
WebServicesModSaurik remote control software opensource, V21 is now available.
-
Updated
Jun 15, 2021 - C++
augejs is a progressive Node.js framework for building applications. https://github.com/augejs/augejs.github.io
-
Updated
Mar 27, 2022 - TypeScript
DLL Injection to Exe with Assembly using OllyDbg
tutorial
dll
assembly
injection
injection-points
assembly-language
dll-injection
entrypoint
ollydbg
injection-framework
assembly-guide
-
Updated
Oct 28, 2017 - Assembly
Nimbus Framework
java
crypto
interpreter
queue
service
cache
scheduler
logging
publisher
semaphore
di-container
interceptor
journaling
javabeans
injection-framework
jmx-service
nimbus
daemon-thread
aop-framework
memory-grid
-
Updated
Mar 31, 2022 - Java
A Star Wars Galaxies plugin and injection framework
csharp
cpp
winforms
undo-redo
swgemu
swg
dear-imgui
injection-framework
net-framework
plugin-framework
star-wars-galaxies
imguizmo
-
Updated
Jul 2, 2021 - C#
simple markdown-list to operate SQL injections
security
osint
sql-server
hacking
sql-injection
payload
offensive-security
payloads
injection-framework
security-tools
osint-tool
-
Updated
Jul 27, 2021
Golang injection framework based on https://github.com/facebookgo/inject
-
Updated
Jul 31, 2017 - Go
Inversion of Control container for .NET
-
Updated
Nov 21, 2017 - C#
An example of distributed application
-
Updated
Dec 9, 2017 - Java
Sample project explains Dependency Injection in Android using dagger-android framework.
-
Updated
Mar 27, 2018 - Java
Simple dependency injection solution for Cocoa projects
-
Updated
Sep 15, 2018 - Swift
Bind layout resource to your activity or fragment with annotation.
-
Updated
Jul 14, 2020 - Java
Python injection console
-
Updated
Aug 16, 2020 - Python
Simple web input/cookie/url fuzzer written in python.
-
Updated
Dec 5, 2020 - Python
Commi3 is an Automated Commando Line Tool (ACLT) that can be used from web developers and so on.
-
Updated
Apr 29, 2021 - Python
A dependency injection framework for Connect IQ
-
Updated
Oct 9, 2021 - Shell
It's a mix of dependency injection and factory method. It gives you an instance of one subclasses of a class based on an optional predicate.
javascript
typescript
dependency-injection
decoration
injection
javascript-library
typescript-library
injector
instantiation
conditional
dependency-injection-container
injection-framework
predicate
-
Updated
Dec 30, 2021 - TypeScript
Automatically inject ILogger as property from the unity container
injection-framework
unity-container
microsoft-extensions-logging
property-injection
ilogger
iloggerfactory
-
Updated
Nov 19, 2021 - C#
Java Project using AppEngine CloudSQL, hibernate, JPA and RestEasy. No usage of any injection framework (spring...)
-
Updated
Jan 25, 2017 - Java
-
Updated
Mar 1, 2017 - Java
Property dependency injection framework for Swift.
-
Updated
Sep 18, 2020 - Swift
Improve this page
Add a description, image, and links to the injection-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the injection-framework topic, visit your repo's landing page and select "manage topics."


Currently when running all xUnit tests at once not all tests run through successfully
Some tests fail since they depend on internal singleton constructs, testing generic interfaces that internally use injection and because of this are affected by the other running tests. If the interface of the components is not modified the only way to manage to run all tests at once successfully is to separa