-
Notifications
You must be signed in to change notification settings - Fork 27
todo
Olga Naumenko edited this page May 17, 2023
·
1 revision
List of features that we want to support in the future
Feature | issue |
---|---|
use more c++ like code for c++ tests | issue-67 |
use different constructor | issue-65 |
function overloading | issue-68 |
use operator equal for class compare | issue-69 |
exceptions (test that rise exception, error suite test) | |
template function | |
date and time | |
stubs for c++ | |
test class constructors |
Type | issue |
---|---|
rvalue | issue-64 |
non-template collections (string, bitset) | |
fixed size (smart pointers, optional, any, pair, tuple) | |
containers (vector, map, set, deque) | |
iterators | |
functions |