verbs-test.h revision c0092c87b724182672defa4f5f75a82c27f017dc
#include <cxxtest/TestSuite.h>
#include "verbs.h"
{
static int getInternalTableSize() { return _getBaseListSize(); }
TestHook();
};
void testEnumLength()
{
}
void testEnumFixed()
{
}
void testFetch()
{
{
char tmp[16];
if ( verb )
{
{
// TODO - put this back once verbs are fixed
//TSM_ASSERT( descr, bounced );
if ( bounced )
{
}
else
{
TS_FAIL( std::string("Unable to getbyid() for ") + descr + std::string(" ID: '") + std::string(verb->get_id()) + std::string("'") );
}
}
else
{
}
}
}
}
};
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :