Class SVGTestWriter
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.model.SVGTestWriter
-
public class SVGTestWriter extends java.lang.Object- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SVGTestWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetTestSVG(Testable test)static java.lang.StringgetTestSVG(TestCaseList tcList)java.lang.Stringwrite(Testable testable)
-
-
-
Method Detail
-
getTestSVG
public static java.lang.String getTestSVG(TestCaseList tcList)
-
getTestSVG
public static java.lang.String getTestSVG(Testable test)
-
write
public java.lang.String write(Testable testable)
-
-