testing
TDD Function Tests
Should I write unit test for all nested methods or if writing one test for ca开发者_JS百科ller is enough?[详细]
2023-04-12 16:44 分类:问答Is it possible to test a local value using a junit test?
Sometimes I would like to test an intermediate value in a metho开发者_运维技巧d. But the method can\'t be split.So I wonder if JUnit can only test a method as a unit.If I can put something like a brea[详细]
2023-04-12 16:12 分类:问答With Rspec, run test for each of several options?
I want to run a given suite of tests several times - once as each of the basic types 开发者_C百科of system users. (It tests the various features that should be shared by them). More generally, I often[详细]
2023-04-12 15:51 分类:问答Verify dependencies in a Maven build
Is there a way to write a test that checks Maven dependencies? In our project, we found these problems:[详细]
2023-04-12 14:32 分类:问答fake DataRepository - emulating the database
Quick Info: I\'m using C# 4.0 and RhinoMocks (with AAA) I\'ll explain with some code what I\'m thinking about doing:[详细]
2023-04-12 14:23 分类:问答Timing execution and loading in Silverlight
I\'m trying to determine some testing strategies for a Silverlight application of ours. What I\'d like to determine is the total time it takes for a grid to load a开发者_开发技巧nd show data in the cl[详细]
2023-04-12 14:16 分类:问答Technical term for a single test case result
What is the technical term for the result associated with the single execution of a single test case. For example, I have a results directory in which I save each of my test cases: Test 123, Test 456[详细]
2023-04-12 12:53 分类:问答With Test::Unit, how can I run a bit of code before all tests (but not each test)?
In my test app, which uses test::unit, I need to start by pulling a bunch of data from various sources. I\'d like to only do开发者_开发百科 this once - the data is only read, not written, and doesn\'t[详细]
2023-04-12 12:34 分类:问答Unit testing when the output is a wall of text
I am currently testing a part of my application (that we will assume is a class named X) that takes as parameter a reflection java Method, and will print some java code based on it (that is, it is a c[详细]
2023-04-12 11:46 分类:问答Is there a good http level testing framework for .NET?
Are there any good HTTP level testing frameworks for .NET? We want to replace some web inject scripts with something more friendly to .NET developers. Ideally we\'d like to be able to plug them into N[详细]
2023-04-12 10:00 分类:问答