Skip to content

Commit e656b93

Browse files
committed
update README
1 parent adf19ec commit e656b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Most of the time when I am writing my tests I have the need to write clean and r
1313
There are several ways to use it but the most flexible for me is creating a Class Builder that contains all the logic to create the objects.
1414
The same example you can find in the lib tests.
1515

16+
you can inspect this [demo project](https://github.com/caelwinner/build4test-demo) to see how to use this library.
17+
1618
```java
1719
public class PojoBuilder {
1820

0 commit comments

Comments
 (0)