Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update README to include WorkflowAssert
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Blommers committed Jul 13, 2017
1 parent 758ddf7 commit c7257d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ assertThat(nodeRef).exists().propertyValue(ContentModel.PROP_TITLE, startsWithTi
For more examples, check out [com.ixxus.alfresco.NodeAssertTest](src/test/java/com/ixxus/alfresco/NodeAssertTest.java).
There's also a custom assertion for testing Alfresco sites. See [com.ixxus.alfresco.SiteAssert](src/main/java/com/ixxus/alfresco/SiteAssert.java) and [how to use it](src/test/java/com/ixxus/alfresco/SiteAssertTest.java)
There's also a custom assertion for testing:
- Alfresco Sites. See [com.ixxus.alfresco.SiteAssert](src/main/java/com/ixxus/alfresco/SiteAssert.java) and [how to use it](src/test/java/com/ixxus/alfresco/SiteAssertTest.java)
- Alfresco Workflows. See [com.ixxus.alfresco.WorkflowAssert](src/main/java/com/ixxus/alfresco/WorkflowAssert.java) and [how to use it](src/test/java/com/ixxus/alfresco/WorkflowAssertTest.java)
# How to include the library
We are still working on deploying to maven central. At the mean time, we suggest to clone the repository and build locally.
Expand All @@ -39,6 +41,7 @@ Then include as a maven dependency
## Unreleased
### Added
- AssertJ Conditions for NodeAssert
- WorkflowAssert in the same style as NodeAssert/SiteAssert
## [1] - 2017-06-05
### Added
Expand Down

0 comments on commit c7257d9

Please sign in to comment.