Class
caplin.dom.testing.viewhandler

DoesNotHaveClass

DoesNotHaveClass ViewFixtureHandler can be used to verify that a view element does not have a particular class. Example usage:

then("test.page.(#aRealButton).doesNotHaveClass = 'hover'");

Constructor Summary

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

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

Constructor Detail

caplin.dom.testing.viewhandler.DoesNotHaveClass()