~bzr/ubuntu/hardy/subunit/bzr-ppa

« back to all changes in this revision

Viewing changes to c/include/subunit/child.h

  • Committer: Robert Collins
  • Date: 2009-12-15 10:22:23 UTC
  • mfrom: (64.24.1 upstream)
  • Revision ID: robertc@robertcollins.net-20091215102223-n07u9q3s618b8gfm
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                               char const * const error);
63
63
 
64
64
 
 
65
/**
 
66
 * subunit_test_skip:
 
67
 *
 
68
 * Report that a test has been skipped. An skip is a test that has not run to
 
69
 * conclusion but hasn't given an error either - its result is unknown.
 
70
 * @name: test case name
 
71
 * @reason: a string describing the reason for the skip.
 
72
 */
 
73
extern void subunit_test_skip(char const * const name, 
 
74
                              char const * const reason);
 
75
 
 
76
 
65
77
#ifdef __cplusplus
66
78
}
67
79
#endif