libNuML 1.1.1
Library for reading / writing NuML documents
NUMLSimpleTester.h
Go to the documentation of this file.
1/*
2* ****************************************************************************
3* This file is part of libNUML. Please visit http://code.google.com/p/numl/for more
4* information about NUML, and the latest version of libNUML.
5* Copyright (c) 2013 The University of Manchester.
6*
7* This library is free software; you can redistribute it and/or modify it
8* under the terms of the GNU Lesser General Public License as published
9* by the Free Software Foundation. A copy of the license agreement is
10* provided in the file named "LICENSE.txt" included with this software
11* distribution and also available online as http://www.gnu.org/licenses/lgpl.html
12*
13* Contributors:
14* Joseph O. Dada, The University of Manchester - initial API and implementation
15* ****************************************************************************
16**/
17
18#ifndef NUMLSIMPLETESTER_H_
19#define NUMLSIMPLETESTER_H_
20
21#ifdef __cplusplus
22
23
24
25/*
26 *
27 */
29public:
32};
33
34
35
36#endif /* NUMLSIMPLETESTER_H_ */
Definition: NUMLSimpleTester.h:28
virtual ~NUMLSimpleTester()