Tagged Questions
The object-test-bench tag has no wiki summary.
4
votes
3answers
1k views
How to get Visual Studio 2008 Object Test Bench to work?
I'd like to use the Object Test Bench in VS2008. The docs - and even the helpful text in the test bench window - say to right click on class in the Class View. Further reading indicates that this ...
2
votes
3answers
739 views
Is the Visual Studio 2008 Object Test Bench useful for anything?
Is the Visual Studio 2008 Object Test Bench useful for anything? Maybe I'm missing something but aside from a flashy version of the immediate window, it doesn't seem like a developer would actually ...
1
vote
1answer
175 views
How to manage reset signal for VHDL test benches?
I have a very simple vhdl testbench that should run.
My components all have a reset signal, so that registers are set to 0 and other components correctly initialized... but... if I create a common ...