Thread
:
help...test driver with operators
View Single Post
02-09-2004, 06:49 AM
#
2
(
permalink
)
cowlick
Insane
Location: Seattle
Why not make the command names things like:
"Copy_Constructor"
"Default_Constructor"
"Assignment_Op"
and then map from a table of strings to the method to test.
__________________
"It's a long story," says I, and let him up.
cowlick
View Public Profile
Find More Posts by cowlick
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38