Wiki

Ticket #7: testrun

File testrun, 1.8 KB (added by hopscc, 17 years ago)

example of test output for a single class file

Line 
1$  cobra -test ccoreEnv
2Testing MustUseResultAttribute...
3Completed testing of MustUseResultAttribute.
4
5Testing Tracer...
6Completed testing of Tracer.
7
8Testing CobraCore...
9Completed testing of CobraCore.
10
11Testing Html...
12Completed testing of Html.
13
14Testing ObjectCatalog...
15Completed testing of ObjectCatalog.
16
17Testing SourceSite...
18Completed testing of SourceSite.
19
20Testing ExceptionReportWriter...
21Completed testing of ExceptionReportWriter.
22
23Testing TextExceptionReportWriter...
24Completed testing of TextExceptionReportWriter.
25
26Testing HtmlExceptionReportWriter...
27Completed testing of HtmlExceptionReportWriter.
28
29Testing PrivateObjectViewForExceptionReport...
30Completed testing of PrivateObjectViewForExceptionReport.
31
32Testing CobraFrame...
33Completed testing of CobraFrame.
34
35Testing FallThroughException...
36Completed testing of FallThroughException.
37
38Testing DynamicOperationException...
39Completed testing of DynamicOperationException.
40
41Testing CannotEnumerateException...
42Completed testing of CannotEnumerateException.
43
44Testing UnknownMemberException...
45Completed testing of UnknownMemberException.
46
47Testing CannotReadPropertyException...
48Completed testing of CannotReadPropertyException.
49
50Testing CannotWritePropertyException...
51Completed testing of CannotWritePropertyException.
52
53Testing CannotSliceTypeException...
54Completed testing of CannotSliceTypeException.
55
56Testing CannotInTypeException...
57Completed testing of CannotInTypeException.
58
59Testing CannotCompareException...
60Completed testing of CannotCompareException.
61
62Testing TestSet...
63Completed testing of TestSet.
64
65Testing IList.extension.10402...
66Completed testing of IList.extension.10402.
67
68Testing CcoreEnv...              <<<--- this is the only one I'm interested in
69Completed testing of CCEnv.
70
71
72Success!  All tests pass.
73