Searched defs:ColorProfileTest (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dcolor-profile-test.h14 class ColorProfileTest : public CxxTest::TestSuite class in inherits:CxxTest::TestSuite
19 ColorProfileTest() : function in class:ColorProfileTest
24 virtual ~ColorProfileTest()
32 static void createSuiteSubclass( ColorProfileTest*& dst )
38 dst = new ColorProfileTest();
46 static ColorProfileTest *createSuite()
48 ColorProfileTest* suite = Inkscape::createSuiteAndDocument<ColorProfileTest>( createSuiteSubclass );
52 static void destroySuite( ColorProfileTest *suite )
/inkscape/test/src/
H A Dcolor-profile-test.cpp54 typedef ProfTest ColorProfileTest; typedef in namespace:__anon191
56 TEST_F(ColorProfileTest, SetRenderingIntent)
78 TEST_F(ColorProfileTest, SetLocal)
96 TEST_F(ColorProfileTest, SetName)

Completed in 79 milliseconds