This is a known issue in Salesforce.
After following the above steps, if the problem persists,
Kindly follow the below link for workaround
https://success.salesforce.com/issues_view?id=a1p30000000T0kUAAS
Note:
1. Kindly check whether @isTest notation is added.
2. Go to Setup –> Apex Test Execution –> View Test History and click “Clear Test Results” button.
After following the above steps, if the problem persists,
Kindly use following troubleshooting steps:
- Disable Parallel Apex Testing
- Clear apex test execution history
- Compile all classes
Cheers!!!