There is an issue with the IntelliJ platform, which forces tests for the entire class to run if you try to run one test and have an existing launch configuration for the entire class.
To run one method, you need to remove the configuration for the entire class using Run | Change settings ... action.
source share