-
1
- #1
Hi everybody
I've released a class library that fakes data for you. This is really useful when you're implementing n-tier architecture, 3-layer, or just isolate the business logic and data access layer.
NOTE: you may combine FoxFaker with FoxUnit and FoxMock for a better performance.
Basic Usage:
[pre]
Public Faker
Faker = NewObject("FoxFaker", "FoxFaker.prg")
?Faker.fakeName() && Jhon Doe
[/pre]
Hope you really enjoy it like I do.
Thanks!
Irwin R.
I've released a class library that fakes data for you. This is really useful when you're implementing n-tier architecture, 3-layer, or just isolate the business logic and data access layer.
NOTE: you may combine FoxFaker with FoxUnit and FoxMock for a better performance.
Basic Usage:
[pre]
Public Faker
Faker = NewObject("FoxFaker", "FoxFaker.prg")
?Faker.fakeName() && Jhon Doe
[/pre]
Hope you really enjoy it like I do.
Thanks!
Irwin R.