java.lang.Object
it.tidalwave.ui.test.StyleableAssert
Assertions for the
Styleable
role.- Since:
- 3.0-ALPHA-3
- Author:
- Fabrizio Giudici
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
withExactStyles
(String... styles) Assert that the object under inspection contains all the given styles.
-
Field Details
-
styleable
The Styleable under inspection.
-
-
Constructor Details
-
StyleableAssert
public StyleableAssert()
-
-
Method Details
-
withExactStyles
Assert that the object under inspection contains all the given styles.- Parameters:
styles
- the styles
-