#include <iostream>
#include <gtest/gtest.h>
#include "../../include/ecl/containers/array.hpp"
#include "../../include/ecl/containers/push_and_pop.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (PushAndPopTests, constructors) | |
TEST (PushAndPopTests, pop_and_push) | |
TEST (PushAndPopTests, push_back_only) | |
TEST (PushAndPopTests, pop_front_only) | |
TEST (PushAndPopTests, concepts) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 160 of file push_and_pop.cpp.
TEST | ( | PushAndPopTests | , |
constructors | |||
) |
Definition at line 30 of file push_and_pop.cpp.
TEST | ( | PushAndPopTests | , |
pop_and_push | |||
) |
Definition at line 45 of file push_and_pop.cpp.
TEST | ( | PushAndPopTests | , |
push_back_only | |||
) |
Definition at line 67 of file push_and_pop.cpp.
TEST | ( | PushAndPopTests | , |
pop_front_only | |||
) |
Definition at line 98 of file push_and_pop.cpp.
TEST | ( | PushAndPopTests | , |
concepts | |||
) |
Definition at line 145 of file push_and_pop.cpp.