Unit test the sigslots api. More...
#include <iostream>
#include <gtest/gtest.h>
#include <ecl/exceptions/standard_exception.hpp>
#include "../../include/ecl/sigslots/signal.hpp"
#include "../../include/ecl/sigslots/slot.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SigSlotsTests, voidSigSlots) | |
TEST (SigSlotsTests, relay) | |
TEST (SigSlotsTests, dataSigSlots) | |
TEST (SigSlotsTests, disconnect) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 177 of file test/sigslots.cpp.
TEST | ( | SigSlotsTests | , |
voidSigSlots | |||
) |
Definition at line 94 of file test/sigslots.cpp.
TEST | ( | SigSlotsTests | , |
relay | |||
) |
Definition at line 116 of file test/sigslots.cpp.
TEST | ( | SigSlotsTests | , |
dataSigSlots | |||
) |
Definition at line 135 of file test/sigslots.cpp.
TEST | ( | SigSlotsTests | , |
disconnect | |||
) |
Definition at line 153 of file test/sigslots.cpp.