|
CPP08 1.0
|
Tests the functionality of the MutantStack class, compares it with std::list, and evaluates its performance. [詳解]

関数 | |
| void | subject_main_test () |
| Basic test cases specified in the assignment. | |
| void | list_comparison_test () |
| Test comparing MutantStack's behaviour with std::list. | |
| void | reverse_iterator_test () |
| Tests the behaviour of reverse iterators. | |
| void | performanceTest () |
| Test to compare performance using internal containers. | |
| int | main () |
| Program entry point. | |
Tests the functionality of the MutantStack class, compares it with std::list, and evaluates its performance.
This program executes the following four test functions.
main.cpp に定義があります。
| void list_comparison_test | ( | ) |
Test comparing MutantStack's behaviour with std::list.
| int main | ( | ) |
Program entry point.
Executes each test case of the MutantStack class in order.
| void performanceTest | ( | ) |