class unitpp::res_cnt

A mostly internal class for keeping score

Public Methods

[more] res_cnt()
Create a 0 count
[more]void add_ok()
Count one ok
[more]void add_fail()
Count one fail
[more]void add_err()
Count one error
[more]int n_ok()
get ok count
[more]int n_fail()
get fail count
[more]int n_err()
get error count
[more]int n()
get total count


Documentation

A mostly internal class for keeping score
o res_cnt()
Create a 0 count

ovoid add_ok()
Count one ok

ovoid add_fail()
Count one fail

ovoid add_err()
Count one error

oint n_ok()
get ok count

oint n_fail()
get fail count

oint n_err()
get error count

oint n()
get total count


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.