Searched refs:TestCase (Results 1 - 25 of 52) sorted by relevance

123

/inkscape/src/
H A Dstyle-test.h54 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...]
/inkscape/share/extensions/test/
H A Dtest_template.py.txt15 class %CLASS%BasicTest(unittest.TestCase):
H A Daddnodes.test.py15 class SplitItBasicTest(unittest.TestCase):
H A Dchardataeffect.test.py15 class CharDataEffectBasicTest(unittest.TestCase):
H A Dcoloreffect.test.py15 class ColorEffectBasicTest(unittest.TestCase):
H A Ddots.test.py15 class DotsBasicTest(unittest.TestCase):
H A Ddraw_from_triangle.test.py15 class Draw_From_TriangleBasicTest(unittest.TestCase):
H A Ddxf_outlines.test.py19 class DFXOutlineBasicTest(unittest.TestCase):
H A Dedge3d.test.py15 class Edge3dBasicTest(unittest.TestCase):
H A Dembedimage.test.py15 class EmbedderBasicTest(unittest.TestCase):
H A Deqtexsvg.test.py15 class EQTEXSVGBasicTest(unittest.TestCase):
H A Dextractimage.test.py15 class MyEffectBasicTest(unittest.TestCase):
H A Dextrude.test.py15 class ExtrudeBasicTest(unittest.TestCase):
H A Dflatten.test.py15 class MyEffectBasicTest(unittest.TestCase):
H A Dfoldablebox.test.py9 class FoldableBoxArguments(unittest.TestCase):
H A Dfractalize.test.py15 class PathFractalizeBasicTest(unittest.TestCase):
H A Dfuncplot.test.py15 class FuncPlotBasicTest(unittest.TestCase):
H A Dgrid_cartesian.test.py15 class Grid_PolarBasicTest(unittest.TestCase):
H A Dgrid_polar.test.py15 class Grid_PolarBasicTest(unittest.TestCase):
H A Dguides_creator.test.py15 class Guides_CreatorBasicTest(unittest.TestCase):
H A Dhandles.test.py15 class HandlesBasicTest(unittest.TestCase):
H A Dhpgl_output.test.py15 class HPGLOuputBasicTest(unittest.TestCase):
H A Dinkex.test.py19 class InkexBasicTest(unittest.TestCase):
H A Dinkwebeffect.test.py15 class InkWebEffectBasicTest(unittest.TestCase):
H A Dinterp.test.py15 class InterpBasicTest(unittest.TestCase):

Completed in 344 milliseconds

123