#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include "baseTest.h"
#include <amino/cstdatomic>
#include <iostream>
Go to the source code of this file.
Classes | |
class | AtomicTest< ParaType > |
this test case tests general functionality for all atomic types. More... | |
class | IntProducer |
class | IntConsumer |
class | AtomicNumTest< ParaType, CLASS_NAME > |
this test case covers mathematic operation of atomic numbers types More... | |
class | ThreadMath< ParaType, CLASS_NAME > |
class | MathThreadFactory< ParaType, CLASS_NAME > |