-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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;
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"
Filters and writes logging information to an output stream (or Java consumer)
EG. < Needs example >
Process the Java command line arguments and presents them in an easily used Parameter map
Provides a static repository for storing of dynamic test data. Also used to provide environment configuration data for other Team Controlium project items
General suite of utilities, such as file path/name string cleansing, positive/negative determnination etc...
(c) Team Controlium Submitters