//  -*- c++ -*-

#ifndef XPATH_TESTS_H
#define XPATH_TESTS_H

class KHTMLPart;

namespace XPath {

/**
 * Test methods.
 */
class Tests {
public:
    static void interactive( KHTMLPart *html );
    static void test_ast( KHTMLPart * );
    static void test_values( KHTMLPart * );
};

}; // namespace XPath

#endif // XPATH_TESTS_H

// Local Variables:
// c-basic-offset: 4
// End:
