Lines Matching refs:test

35 #include <com/sun/star/test/XTestListener.idl>
41 module com { module sun { module star { module test {
45 A simple interface to test a service or interface implementation.
51 Test the object TestObject against the test specified with TestName. This test
53 component that will used further on. Note: This can be a strong test limitation.
54 There are some components, that cannot perform their full test scenario.
56 the name of the test. Must be an interface, service, or implementation name.
57 Note: The name is only used by the test component to distinguish between test
62 if the test does not support TestName or TestObject is null.
70 Test the object TestObject against the test specified with TestName.
71 This test changes the state of the object. The object may be useless
73 be called multiple times with a new test object instance. Note: Each test
75 didn't pass the test, the other test can still be performed.
79 The name of the test. Must be an interface, service, or
80 implementation name. Note: The name is only used by the test component
81 to distinguish between test scenarios.
85 Internal test handle. Handle for first test is always 0.
86 Handle of next test is returned by the method.
87 @return Handle of the next test. -1 if this was the last test.
90 if the test does not support TestName or TestObject is null.
92 long test( [in] string TestName,
99 Test the object TestObject against the test specified with TestName using
101 a test using several threads but that this test method should be designed
103 that a test object state that is changed by the method can be
106 is the same as described for the test method.
110 only return -1) and a special multithread test adapted to the special
111 needs of testing this component should be integrated in the test method.
114 The name of the test. Must be an interface, service or
115 implementation name. Note: The name is only used by the test component
116 to distinguish between test scenarios.
120 Internal test handle. Handle for first test is always 0.
121 Handle of next test is returned by the method.
122 @return Handle of the next test. -1 if this was the last test.
125 if the test does not support TestName or TestObject is null.