Search code examples
How to test methods that call System.exit()?...

javamultithreadingunit-testingjunittestability

Read More
Where should we do the filtering - at the data layer or the service layer to optimize testability an...

design-patternsquery-optimizationservice-layerdata-layerstestability

Read More
In C#, what is the best way handle dependency inject a class which consumes multiple interfaces?...

c#dependency-injectionconditional-statementssftptestability

Read More
inheritance vs. composition for testability...

inheritancecompositiontestability

Read More
How make code that uses global dynamic properties unit testable?...

javaunit-testingjunitdependency-injectiontestability

Read More
Combining testable code with static method dispatch in swift...

swiftfunctiondispatchtestability

Read More
whats wrong with a simple IOC container class?...

javaarchitectureinversion-of-controlioc-containertestability

Read More
Console.Writeline in class method. Better Design...

c#interfaceconsoleconsole-applicationtestability

Read More
What is the correct way here to modify/refactor product code to support integration testing?...

.netcoding-stylerefactoringapi-designtestability

Read More
Scala: How to test methods that call System.exit()?...

scalaunit-testingsbtspecs2testability

Read More
How to abstract Linq2SQL for testability...

asp.net-mvcunit-testinglinq-to-sqltestability

Read More
Scala testable code with inheritance and mixins...

javascalaunit-testingooptestability

Read More
Do Extension Methods Hide Dependencies?...

c#-3.0inversion-of-controlextension-methodsdependenciestestability

Read More
How would you test these functions?...

androidunit-testingtestingrobotiumtestability

Read More
Should static classes be avoided because it makes Dependency Injection Difficult?...

c#dependency-injectionmockingtestability

Read More
Patterns for making c++ code easy to test...

c++testingdependency-injectiontestability

Read More
How would you test this function?...

pythonunit-testingtestingtestability

Read More
How do you inject wcf client dependencies in a ViewModel and keep it testable?...

wcfunit-testingmvvmwcf-clienttestability

Read More
What is the impact on testability for an associations passed as parameters to a class?...

javaassociationstestability

Read More
Parser for C# code to evaluate testability?...

c#unit-testingparsingtestability

Read More
Building a more testable session manager...

phpsessionphpunitglobal-variablestestability

Read More
Where to move constructing of disposable dependencies to improve testability?...

c#unit-testingdesign-patternstestability

Read More
Correct design of classes built for testability using constructor injection...

javainversion-of-controlclass-designguicetestability

Read More
The proper way to do Dependency Injection in a Windows Client (WPF) Application...

dependency-injectionninjectservice-locatortestabilitythick-client

Read More
MEF and Factory Pattern...

c#-4.0dependency-injectionmeffactory-patterntestability

Read More
How to test Controller Action that uses JSON string from Request.Form?...

jqueryasp.net-mvcunit-testingjsontestability

Read More
Testable Java Code: using model beans with a constructor...

javaconstructortestabilityconstructor-injection

Read More
Is it ok to use #if debug directive in C#?...

c#testability

Read More
What's the right way, for testability, to add functionality to a ComboBox?...

c#.netwinformsunit-testingtestability

Read More
BackNext