better names for test of methods with ar
Status: Beta
Brought to you by:
kobit
It is not possible to relate the name of a generated
methods for a methods with arguments.
Eks:
The original methods is named:
ComponentAdapter getComponent( String className )
The generated testmethod is name:
public void testGetComponent1195259493()
What about generating something like
public void testGetComponent_Args_className()