32 lines
1.8 KiB
Markdown
32 lines
1.8 KiB
Markdown
# Test cases index
|
|
## Class diagrams
|
|
* [t00002](./test_cases/t00002.md) - Basic class inheritance
|
|
* [t00003](./test_cases/t00003.md) - Class field and methods
|
|
* [t00004](./test_cases/t00004.md) - Nested classes and enums
|
|
* [t00005](./test_cases/t00005.md) - Basic class field relationships
|
|
* [t00006](./test_cases/t00006.md) - Class field relationships inferred from templates
|
|
* [t00007](./test_cases/t00007.md) - Smart pointers
|
|
* [t00008](./test_cases/t00008.md) - Template and template template relationships
|
|
* [t00009](./test_cases/t00009.md) - Template instantiation
|
|
* [t00010](./test_cases/t00010.md) - Basic template instantiation
|
|
* [t00011](./test_cases/t00011.md) - Friend relationships
|
|
* [t00012](./test_cases/t00012.md) - Advanced template instantiations
|
|
* [t00013](./test_cases/t00013.md) - Template instantiation relationships
|
|
* [t00014](./test_cases/t00014.md) - Alias template instantiation
|
|
* [t00015](./test_cases/t00015.md) - Namespace fun
|
|
* [t00016](./test_cases/t00016.md) - Unnamed enums and empty templates
|
|
* [t00017](./test_cases/t00017.md) - Test include relations also as members flag
|
|
* [t00018](./test_cases/t00018.md) - Pimpl pattern
|
|
* [t00019](./test_cases/t00019.md) - Layercake pattern
|
|
* [t00020](./test_cases/t00020.md) - Abstract factory pattern
|
|
* [t00021](./test_cases/t00021.md) - Visitor pattern
|
|
* [t00022](./test_cases/t00022.md) - Template method pattern
|
|
* [t00023](./test_cases/t00023.md) - Strategy pattern
|
|
* [t00024](./test_cases/t00024.md) - Proxy pattern
|
|
* [t00025](./test_cases/t00025.md) - Template proxy pattern
|
|
* [t00026](./test_cases/t00026.md) - Template memento pattern
|
|
## Sequence diagrams
|
|
* [t20001](./test_cases/t20001.md) - Basic sequence diagram
|
|
## Configuration diagrams
|
|
* [t90000](./test_cases/t90000.md) - Basic config test
|