Difference between revisions of "ScenarioFile"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Scenario file for UNO-API testing (checkapi))
 
m
Line 3: Line 3:
 
If you need a special order of execution of [[UnoApiTest]]s the ScenarioFile is your choice.
 
If you need a special order of execution of [[UnoApiTest]]s the ScenarioFile is your choice.
  
A ScenarioFile is a simple text file which contains the jobs for the [[CheckAPI]]. You can commt with the #
+
A ScenarioFile is a simple text file which contains the jobs for the [[CheckAPI]]. You can comment with the #
 
----
 
----
 
=== Examples ===
 
=== Examples ===

Revision as of 13:13, 16 October 2007

The ScenarioFile could be used by CheckAPI. This file is able to contain instructions how to test the UnoApi.

If you need a special order of execution of UnoApiTests the ScenarioFile is your choice.

A ScenarioFile is a simple text file which contains the jobs for the CheckAPI. You can comment with the #


Examples

scenario1.sce

-o sw.SwXBodyText
-o sw.SwXTextSearch

scenario2.sce

-o sc.ScAccessibleCsvCell::com::sun::star::accessibility::XAccessibleContext,com::sun::star::accessibility::XAccessibleText
-o sc.ScAnnotationShapeObj

scenario3.sce checks all implemetations of com::sun::star::drawing::LineProperties except sch.ChartGrid and svx.SvxShapePolyPolygon

-o sch.ChXChartAxis::com::sun::star::drawing::LineProperties
-o sch.ChXDataPoint::com::sun::star::drawing::LineProperties
-o sch.ChXDataRow::com::sun::star::drawing::LineProperties
-o sch.ChartArea::com::sun::star::drawing::LineProperties
# -o sch.ChartGrid::com::sun::star::drawing::LineProperties
-o sch.ChartLegend::com::sun::star::drawing::LineProperties
-o sch.ChartLine::com::sun::star::drawing::LineProperties
-o svx.SvxShape::com::sun::star::drawing::LineProperties
-o svx.SvxShapeCircle::com::sun::star::drawing::LineProperties
-o svx.SvxShapeConnector::com::sun::star::drawing::LineProperties
-o svx.SvxShapeDimensioning::com::sun::star::drawing::LineProperties
# -o svx.SvxShapePolyPolygon::com::sun::star::drawing::LineProperties
-o svx.SvxShapePolyPolygonBezier::com::sun::star::drawing::LineProperties
-o sc.ScAnnotationShapeObj::com::sun::star::drawing::LineProperties
Personal tools