A mostly internal class for keeping score
Public Methods
-
res_cnt()
- Create a 0 count
-
void add_ok()
- Count one ok
-
void add_fail()
- Count one fail
-
void add_err()
- Count one error
-
int n_ok()
- get ok count
-
int n_fail()
- get fail count
-
int n_err()
- get error count
-
int n()
- get total count
Documentation
A mostly internal class for keeping score
- res_cnt()
- Create a 0 count
- void add_ok()
- Count one ok
- void add_fail()
- Count one fail
- void add_err()
- Count one error
- int n_ok()
- get ok count
- int n_fail()
- get fail count
- int n_err()
- get error count
- int 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++.