/** \file
 *
 *  Contains unit tests for the PCaller class
 *
 *  Copyright (c) 2007,2008,2009 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef _PCALLER_TEST_H_
#define _PCALLER_TEST_H_

#include "PCaller.h"

#include <cxxtest/TestSuite.h>

/**
 *  Unit tests for PCaller class
 *
 *  \ingroup process
 */
class PCaller_Test : public CxxTest::TestSuite
{
public:

    // dummy test
    void testDummy( void )
    {}

};

#endif // _PCALLER_TEST_H
