I need to test a class who\'s return value depends on values from a database. I could just hit the database in the unit test but those values could change. 开发者_如何学JAVAIs there a standard solutio
I am using Hudson as a CI server to build a few different .Net 3.5 projects. The actual build stuff works great.