testability
MEF and Factory Pattern
i am trying to refactor my project to improve testability, therefor i\'m introducing an abstract factory.[详细]
2023-03-03 00:17 分类:问答How to test Controller Action that uses JSON string from Request.Form?
I have an Action that gets JSON data from Request.Form[0] and has calls into domain objects. I am testing this method, but it seems impossible to set Request.Form.[详细]
2023-02-05 19:10 分类:问答It is possible/productive enough to TDD in C++ projects?
I want to know if anyone of开发者_JS百科 you guys use TDD in your c++ projects and how it performs compared to managed languages like C# and Java.[详细]
2023-01-08 01:00 分类:问答Testable design
I have a java class which has a static member created using Facade (Singleton). Class A implements InterfaceA {[详细]
2022-12-18 20:08 分类:问答Testable Java Code: using model beans with a constructor
According to Misko Hevery that has a testability blog.Developers should avoid \'holder\', \'context\', and \'kitchen sink\' objects (these take all sorts of other objects and are a grab bag of collabo[详细]
2022-12-15 14:20 分类:问答Patterns for making c++ code easy to test
Should you design your code to make testing easier? And if so how to design c++ code so that it is easy to test.[详细]
2022-12-10 09:57 分类:问答Creating testable code
I have a file - in a large legacy codebase - containing methods that access databases. No classes are used, just a header file with the method declar开发者_Go百科ations, and the source file with the i[详细]
2022-12-09 19:23 分类:问答