Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46cf7bf
Parents:
eaabd7d
git-author:
Dzejrou <dzejrou@…> (2018-05-12 01:07:18)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: added deque tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/internal/test/tests.hpp

    reaabd7d rc075647a  
    138138            void test_operations();
    139139    };
     140
     141    class deque_test: public test_suite
     142    {
     143        public:
     144            bool run(bool) override;
     145            const char* name() override;
     146
     147        private:
     148            void test_constructors_and_assignment();
     149            void test_resizing();
     150            void test_push_pop();
     151            void test_operations();
     152    };
    140153}
    141154
Note: See TracChangeset for help on using the changeset viewer.