List Question
20 TechQA 2023-04-18T10:03:58.113000In C#, what is the best way handle dependency inject a class which consumes multiple interfaces?
405 views
Asked by Brian Kessler
How we can achieve writing reusable and modular code
155 views
Asked by VIKRAM SINGH CHOUHAN
stability test of ARDL model in R
491 views
Asked by Noorma
Can I write any meaningful unit test in this scenario?
88 views
Asked by Sandeepan Nath
Verifying the original value of an argument property with Mockito, before it's changed by another thread
83 views
Asked by Keenan Pepper
How make code that uses global dynamic properties unit testable?
373 views
Asked by Saum
Combining testable code with static method dispatch in swift
266 views
Asked by Yotam
Are there exceptions to no code in view model?
112 views
Asked by Uchenna F. Okoye
Mocking locally created objects in java using Mockito2
67 views
Asked by kalpa vishnani
whats wrong with a simple IOC container class?
330 views
Asked by Amir Ziarati
How to create a class with a list of elements from another class without breaking the dependency injection rule?
25 views
Asked by Elena Heinsalu
Testing fails to import sub dependency - @testable import SubModule - Use of undeclared type 'InternalSubModuleType'
538 views
Asked by Awesome-o
Console.Writeline in class method. Better Design
1.4k views
Asked by Baama
Node.js: exporting class/prototype vs. instance
544 views
Asked by mingos
What is the correct way here to modify/refactor product code to support integration testing?
75 views
Asked by Legolas21
Scala: How to test methods that call System.exit()?
5.5k views
Asked by sergiusz.kierat
Where does one hold service instances in a react/redux application?
1.3k views
Asked by VoY
How to measure testability of Java classes?
352 views
Asked by user5417542
Scala testable code with inheritance and mixins
1.5k views
Asked by Erik Madsen
Should MVVM Locator invoke any registered ViewModel Funcitons?
263 views
Asked by komizo