
Unit-Test
Get flash to fully experience Pearltrees
Übersicht über datengesteuerte Komponententests
Aktualisiert: November 2007 Ein datengesteuerter Komponententest ist ein Komponententest, der für jede Zeile einer Datenquelle wiederholt ausgeführt wird. Ein häufiges Szenario für das Verwenden von datengesteuerten Komponententests ist das Verwenden mehrerer Eingabewerte zum Testen einer API-Funktion.Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock. The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible. To install RhinoMocks, run the following command in the Package Manager Console
Gallery | RhinoMocks 3.6.1
You can set up a unit test so that instead of typing values into a test method, you can retrieve the values from a data source. The unit test is run successively for each row in the data source.

