There was an error while loading. Please reload this page.
1 parent adf19ec commit e656b93Copy full SHA for e656b93
README.md
@@ -13,6 +13,8 @@ Most of the time when I am writing my tests I have the need to write clean and r
13
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.
14
The same example you can find in the lib tests.
15
16
+you can inspect this [demo project](https://github.com/caelwinner/build4test-demo) to see how to use this library.
17
+
18
```java
19
public class PojoBuilder {
20
0 commit comments