CPP08 1.0
|
Tests the functionality, robustness, and performance of the Span class. [詳解]
関数 | |
void | subject_test () |
Basic test cases specified in the assignment. | |
void | large_test () |
Test for handling large amounts of numerical data. | |
void | exception_test () |
Test whether exceptions are thrown correctly. | |
int | main () |
Program entry point. | |
Tests the functionality, robustness, and performance of the Span class.
This program executes the following three main test functions.
main.cpp に定義があります。
int main | ( | ) |