hiptest/hiptest-publisher

View on GitHub
lib/config/java-junit.conf

Summary

Maintainability
Test Coverage
[_common]
template_dirs = java, common
package = 'com.example'
indentation = '    '
dirname_convention = 'underscore'
filename_convention = 'camelize'
naming_convention = 'camelize_lower'

[tests]
filename = 'ProjectTest.java'
named_filename = '%sTest.java'
call_prefix = 'actionwords'

[actionwords]
filename = 'Actionwords.java'

[library]
filename = 'ActionwordLibrary.java'

[libraries]
named_filename = '%sLibrary.java'