All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thoughtworks.selenium.GroovySeleneseTestCase Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
//
// Generated stub from file:/C:/hudson/workspace/selenium-rc-trunk-win-headless/trunk/clients/java/src/main/groovy/com/thoughtworks/selenium/GroovySeleneseTestCase.groovy
//

package com.thoughtworks.selenium;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

/**
 * The Groovy equivalent of SeleneseTestCase, as a GroovyTestCase.
 */
public class GroovySeleneseTestCase
    extends GroovyTestCase
{
    static final private java.lang.Object BASE_METHODS = null;
    static final public java.lang.Object getBASE_METHODS() {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object base = null;
    public java.lang.Object getBase() {
        throw new InternalError("Stubbed method");
    }
    public void setBase(java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object defaultTimeout = null;
    public java.lang.Object getDefaultTimeout() {
        throw new InternalError("Stubbed method");
    }
    public void setDefaultTimeout(java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }

    protected java.lang.Object selenium = null;

    private GroovySeleneseTestCase(java.lang.Void void1, java.lang.Void void2, java.lang.Void void3) {
        throw new InternalError("Stubbed method");
    }

    public GroovySeleneseTestCase() {
        this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
        throw new InternalError("Stubbed method");
    }

    public void setUp(java.lang.String url, java.lang.Object browserString) {
        throw new InternalError("Stubbed method");
    }

    public void tearDown() {
        throw new InternalError("Stubbed method");
    }

    public void setDefaultTimeout(int timeout) {
        throw new InternalError("Stubbed method");
    }

    public void setAlwaysCaptureScreenshots(boolean capture) {
        throw new InternalError("Stubbed method");
    }

    public void setCaptureScreenshotOnFailure(boolean capture) {
        throw new InternalError("Stubbed method");
    }

    public void setTestContext() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Convenience method for conditional waiting. Returns when the condition
     * is satisfied, or fails the test if the timeout is reached.
     *
     * @param timeout maximum time to wait for condition to be satisfied, in
milliseconds. If unspecified, the default timeout is
used; the default value can be set with
setDefaultTimeout().
     * @param condition the condition to wait for. The Closure should return
true when the condition is satisfied.
     */
    public void waitFor(int timeout, Closure condition) {
        throw new InternalError("Stubbed method");
    }

    /**
     * Delegates missing method calls to the SeleneseTestBase object where
     * possible.
     *
     * @param name
     * @param args
     */
    public java.lang.Object methodMissing(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy