Lines Matching refs:test

37 module com { module sun { module star { module test { 
41 A simple interface to test a service or interface implementation.
47 Test the object TestObject against the test specified with TestName. This test
50 Note : This can be a strong test limitation. There are some components, that cannot
51 perform their full test scenario.
52 @param TestName the name of the test. Must be an interface, service or implementation name.
53 Note : The name is only used by the test component to distinguish
54 between test scenarios.
58 if the test does not support TestName or TestObject is null.
66 Test the object TestObject against the test specified with TestName. This test
69 test object instance.
70 Note : These tests should include the testInvariant test.
71 Note : Each test scenario should be independent of each other, so even if a scenario
72 didn't pass the test, the other test can still be performed. The error messages
75 @param TestName The name of the test. Must be an interface, service or implementation name.
76 Note : The name is only used by the test component to distinguish
77 between test scenarios.
79 @param hTestHandle Internal test handle. Handle for first test is always 0.
80 Handle of next test is returned by the method.
81 @return Handle of the next test. -1 if this was the last test.
84 if the test does not support TestName or
87 long test( [in] string TestName,
93 /**States if one of the last test has failed. This is cumulative.
94 @return true if all test have been passed successfully. false if an error has occurred.