| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!-- Each test must have an unique to this file --> |
| <!-- TestData defaults: |
| testType: TextField |
| can be: "TextField","EditableTextField", "FTE", |
| "Vellum Factory", "Vellum Factory2", |
| "Vellum TextFlow", "Vellum TextFlowEdit", |
| "Vellum TextFlowImport", "Vellum InputManager", |
| "Rectangles", "Nothing" |
| numberFieldsInput: 4000 |
| iterationsInput: 1 |
| testData: "Hello world" |
| --> |
| <Tests> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">Vellum Factory2</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">VellumFactory2x30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">FTE</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">FTEx30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">TextField</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">TextFieldx30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">EditableTextField</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">EditableTextFieldx30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">Vellum TextFlow</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">TextFlowx30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">Vellum TextFlowEdit</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">TextFlowEditx30</TestData> |
| </TestCase> |
| <TestCase functionName="vellumWordTest"> |
| <TestData name="testType">Rectangles</TestData> |
| <TestData name="iterationsInput">30</TestData> |
| <TestData name="id">Rectanglesx30</TestData> |
| </TestCase> |
| </Tests> |