
3 Mar
2005
3 Mar
'05
9:27 p.m.
Gennadiy Rozental wrote:
You may need to have separate program that specifically test that your library correctly deals with pre/post main processing, but majority of the logic should be testable on any scope.
The thing is that the majority of the logic is in place just to handle the timing of automatic destruction. The actual act of creating and destroying is generally trivial by comparison. I suspect, though, that the biggest test of the library will be whether or not it compiles. If it compiles, it should almost certainly run correctly. -Jason