arduino-dataflash
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
example.cpp File Reference
#include "Dummy.h"

Classes

class  Suite0::Test0
 
class  Suite0::Test1
 
class  SimpleFixture
 
class  Suite1::Test2
 
class  Suite1::Ok
 
class  Suite1::Empty
 
class  LonelyTest
 
class  SimpleFailureNotifier
 
class  Foo
 

Namespaces

namespace  Suite0
 
namespace  Suite1
 

Functions

const char * Suite0::GetSuiteName ()
 
const char * Suite1::GetSuiteName ()
 
int main ()
 

Variables

static Test0 Suite0::Test0instance
 
static Test1 Suite0::Test1instance
 
static Test2 Suite1::Test2instance
 
static Ok Suite1::Okinstance
 
static Empty Suite1::Emptyinstance
 
static LonelyTest LonelyTestinstance
 

Detailed Description

Copyright:
  • Copyright (C) 2011 by Vincent Cruz. All rights reserved.
Author
Vincent Cruz cruz..nosp@m.vinc.nosp@m.ent@g.nosp@m.mail.nosp@m..com
Description:
Example code for a simple unit test framework.
History:
  • Version 0.1, 2011
Licence: GPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Function Documentation

int main ( )

Variable Documentation

LonelyTest LonelyTestinstance
static