Skip to content

Commit a04ac07

Browse files
committed
docs(testdatafactory): update class documentation with new description
1 parent b4ce136 commit a04ac07

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

β€Žapexdocs/README.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
### [TestDataFactory](apex-test-data-factory/TestDataFactory.md)
66

7-
Provides reusable utilities for generating test SObject records with default and override values.
7+
β€œ The ultimate Apex Test Data Factory ” 🏭 πŸ‘Œ
8+
Generate & insert an sObject with all the required fields & relationships auto-filled

β€Žapexdocs/apex-test-data-factory/TestDataFactory.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
`ISTEST`
44

5-
Provides reusable utilities for generating test SObject records with default and override values.
5+
β€œ The ultimate Apex Test Data Factory ” 🏭 πŸ‘Œ
6+
Generate & insert an sObject with all the required fields & relationships auto-filled
67

78
**Since**
89

β€Žapexdocs/index.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
### [TestDataFactory](apex-test-data-factory/TestDataFactory.md)
66

7-
Provides reusable utilities for generating test SObject records with default and override values.
7+
β€œ The ultimate Apex Test Data Factory ” 🏭 πŸ‘Œ
8+
Generate & insert an sObject with all the required fields & relationships auto-filled

β€Žforce-app/main/default/classes/TestDataFactory.clsβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1010

1111
/**
12-
* Provides reusable utilities for generating test SObject records with default and override values.
12+
* β€œ The ultimate Apex Test Data Factory ” 🏭 πŸ‘Œ
13+
* Generate & insert an sObject with all the required fields & relationships auto-filled
1314
* @author benahm
1415
* @since 2017
1516
* @group Apex Test Data Factory

0 commit comments

Comments
Β (0)