Class
caplin.dom.testing.viewhandler

HasClass

HasClass ViewFixtureHandler can be used to verify that a view element has a particular class. Example usage:

then("ticket.view.(.setupSwap .nearLeg .amountInput input).hasClass = 'has-error'");

Constructor Summary

Attributes Name and Description
caplin.dom.testing.viewhandler.HasClass()

Methods implemented from class caplin.dom.testing.viewhandler.ViewFixtureHandler:
get, set

Constructor Detail

caplin.dom.testing.viewhandler.HasClass()