|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AddressGenerator | Class to generate random mailing addresses. |
AddressGenerator.Address | A single generated name with its component parts. |
AddressGenerator.Test | An inner class for testing, can be run from command line to see sample output. |
CompanyNameGenerator | Class to generate random company names. |
CompanyNameGenerator.Test | Inner class for testing. |
NameGenerator | Class to generate random but reasonable people names, both male and female. |
NameGenerator.Name | A single generated name with its component parts. |
NameGenerator.Test | Inner class for testing. |
PhoneGenerator | Generates fake phone numbers for testing purposes. |
PhoneGenerator.PhoneNumber | Represents a randomly generated phone number and its parts. |
PhoneGenerator.Test | Inner test class. |
The DATA package consists of utilities for generating random, yet reasonable, test data.
Generators exist for several kinds of common business data elements.
AddressGenerator can generate reasonable random street or mailing addresses.
Sample Addresses |
---|
81381 LA SERNA TPKE |
97121 VALLEY CT |
72631 SIERRA HWY |
59941 SIERRA RDG |
47151 SAINT THOMAS ST |
36691 WILLOW WAY |
59561 SW ALPINE JCT |
87241 VALLEY DR APT 63 |
48641 WYOMING ST |
37181 ZUBER DR |
CompanyNameGenerator can generate reasonable random company names
Sample Company Names |
---|
GLOBAL CENTER |
CJ MATERIALS |
JOE'S PEST CONTROL |
DESERT WIND SUPPLY |
L&B CONNECTION |
LOYD'S FACTORY |
HAIR COMMUNICATIONS |
MODERN SURGICAL CONSULTANTS |
CITY LIGHTS EQUIPMENT |
KENNEDY DESIGN |
NameGenerator can generate reasonable random people names and includes both male and female names as well as random job titles and departments.
Name | Job Title | Department | |
---|---|---|---|
MS KELLY HUTCHINSON | MANAGER | DATABASE MARKETING | khutchinson@companyname.com |
MR PERRY NEIL ESTRADA | DIRECTOR | PURCHASING | pestrada@companyname.com |
MS KELLY TAYLOR DOOLEY | PROGRAMMER | MANAGEMENT INFORMATION SYSTEMS | kdooley@companyname.com |
MRS VALERIE CHANDLER | CLERK | ACCOUNTS RECEIVABLE | vchandler@companyname.com |
MRS VALERIE NANCY LAMBERT JR | SENIOR ASSISTANT | ENGINEERING | vlambert@companyname.com |
MR BARRY T GUZMAN PHD | JUNIOR ASSISTANT | RECEIVING | bguzman@companyname.com |
MRS BETTY LISA BROWN | VP | INTERNATIONAL SALES | bbrown@companyname.com |
MR CHARLES CARL BAILY | SR VICE PRESIDENT | TRAVEL | cbaily@companyname.com |
MRS VAL MALONE | LEAD | INTERNATIONAL MARKETING | vmalone@companyname.com |
MR ARTHUR GONZALES | LEAD TECHNICAL DIRECTOR | TRAVEL | agonzales@companyname.com |
PhoneGenerator can generate reasonable random phone numbers.
Sample Phone Numbers |
---|
986-487-8936 |
903-165-9811 |
903-165-2143 |
903-165-3177 |
903-165-2090 |
504-126-5634 |
504-126-0228 |
504-126-9899 |
504-126-4867 |
463-167-3003 |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |