blob: 44b74d060fb524ee411439d907c6232ffd466edd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 protos software gmbh (http://www.protos.de).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* CONTRIBUTORS:
* Jan Belle (initial contribution)
*
*******************************************************************************/
#ifndef SRC_MESSAGING_STATICMESSAGEMEMORYTEST_H_
#define SRC_MESSAGING_STATICMESSAGEMEMORYTEST_H_
#include "util/etTestSuite.h"
class StaticMessageMemoryTest: public etTestSuite {
public:
StaticMessageMemoryTest(void) :
etTestSuite("StaticMessageMemoryTest") {
}
protected:
void runAllTestCases(void);
void test(void);
};
#endif /* SRC_MESSAGING_STATICMESSAGEMEMORYTEST_H_ */