java.lang.Object
it.tidalwave.ui.test.UserActionProviderAssert
Assertions for the
UserActionProvider
role.- Since:
- 3.0-ALPHA-3
- Author:
- Fabrizio Giudici
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final UserActionProvider
The UserActionProvider under inspection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithActionCount
(int count) Asserts that the object under inspection has the given number of actions.
-
Field Details
-
userActionProvider
The UserActionProvider under inspection.
-
-
Constructor Details
-
UserActionProviderAssert
public UserActionProviderAssert()
-
-
Method Details
-
withActionCount
Asserts that the object under inspection has the given number of actions.- Parameters:
count
- the expected count of actions- Returns:
- an object for fluent further assertions
-