Configuration
Configuration Folder
During creation of a new Twist Project a Twist configuration folder twist-conf is created. This folder comprises of
- twist-exclude-classes.properties
- twist.settings
- twist.version
twist-exclude-classes.properties
The user can add packages/classes on separate lines that you want to exclude here. Twist performs a 'begins with' search on the strings mentioned below. By default the system classes are already excluded, System classes include the JUnit, JDK, Twist classes, among others. In addition to these, any classes that the user needs to exclude can be listed here.
twist.settings
Driver related settings are present in this file. The users are requested not to edit this.
twist.version
The current Twist version is indicated in this file. The users are requested not to edit this.