Searched defs:TestCase (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | style-test.h | 54 struct TestCase { struct 55 TestCase(gchar const* src, gchar const* dst = 0, gchar const* uri = 0) : src(src), dst(dst), uri(uri) {} function in struct:StyleTest::TestCase 61 TestCase cases[] = { 62 TestCase("fill:none"), 63 TestCase("fill:currentColor"), 64 TestCase("fill:#ff00ff"), 66 TestCase("fill:rgb(100%, 0%, 100%)", "fill:#ff00ff"), 68 TestCase("fill:url(#painter) rgb(100%, 0%, 100%)", 71 TestCase("fill:rgb(255, 0, 255)", "fill:#ff00ff"), 73 TestCase("fil 271 struct TestCase { struct 272 TestCase(gchar const* src, gchar const* dst, bool match) : function in struct:StyleTest::TestCase 409 struct TestCase { struct 410 TestCase(gchar const* parent, gchar const* child, gchar const* result) : function in struct:StyleTest::TestCase [all...] |
Completed in 111 milliseconds