sp-gradient-test.h revision 90a3966dd44e306d23febc15ebd65cde07d7a4dd
#ifndef SEEN_SP_GRADIENT_TEST_H
#define SEEN_SP_GRADIENT_TEST_H
#include "document-using-test.h"
#include "sp-gradient.h"
{
SPGradientTest() :
_doc(0)
{
}
{
if ( _doc )
{
}
}
{
if ( gr ) {
}
}
static SPGradientTest *createSuite()
{
}
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
void testSetGradientTransform()
{
}
void testWrite()
{
{
}
}
void testGetG2dGetGs2dSetGs2d()
{
1, 3,
4, 6);
{
}
4, 5,
6, 7);
{
}
{
0, 4,
}
}
};
#endif // SEEN_SP_GRADIENT_TEST_H
/*
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 :