You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mat Walker edited this page Mar 22, 2018
·
2 revisions
Welcome to the Java Utilities wiki!
The Team Controlium set of projects provides test automation developers with the support tools required for a Java test automation framework/suite. The Utilities project provides;
Detokenizer
Processes given strings to resolve tokens.
EG.
'"String todaysDate = Utilities.Detokenizer("Todays date is {date;today;dd=MMM=yyyy}");'
= "Todays date is 12=May=2018"
Logger
Filters and writes logging information to an output stream (or Java consumer)
EG.
< Needs example >
TestArguments
Process the Java command line arguments and presents them in an easily used Parameter map
TestData
Provides a static repository for storing of dynamic test data. Also used to provide environment configuration data for other Team Controlium project items
General
General suite of utilities, such as file path/name string cleansing, positive/negative determnination etc...