Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Environment:Idea 5.0.1, unit test .029c, windows 2000
Description
When I try ctl-shift-t in my class to test, I get the error "Current class
null does not conform to the defined test organization."
I'm confident I have the test organization defined correctly - but the
message indicates that the plugin is having problems determining the source
class.
Pattern - Tested class: src/$DIRECTORY$/$CLASS Test class: test/$DIRECTORY$/$CLASS$Test
Directory structure - src: F:\Projects\CBeyond\graniteNewModel\src
test: F:\Projects\CBeyond\graniteNewModel\test
This was a user error, the class pattern has a missing trailing $ which indicates perhaps that the unit test needs to have better catch/reporting system so that a user can correct incorrect patterns before thay can be applied.