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

com.googlecode.gwt.test.assertions.TextAreaAssert Maven / Gradle / Ivy

There is a newer version: 0.63
Show newest version
package com.googlecode.gwt.test.assertions;

import com.google.gwt.user.client.ui.TextArea;

/**
 * Assertions for {@link TextArea} instances.
 *
 * @author Gael Lazzari
 */
public class TextAreaAssert extends BaseTextAreaAssert {

    /**
     * Creates a new {@link TextAreaAssert}.
     *
     * @param actual the actual value to verify.
     */
    protected TextAreaAssert(TextArea actual) {
        super(actual, TextAreaAssert.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy