Details
-
Type:
Improvement
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1.14
-
Fix Version/s: 1.15
-
Component/s: IntelliJ IDEA plug-in
-
Labels:None
-
Testcase included:yes
Description
Given that words in a test method name are separated by camel-cased characters
When a test is described by the sentence "method must return true for condition_XYZ"
Then the corresponding method name must be "methodMustReturnTrueForCondition_XYZ"
Given that words in a test method name are separated by underscores
When a test is described by the sentence "method must return true for condition_XYZ"
Then the corresponding method name must be "method_must_return_true_for_condition__XYZ"