I am trying to write some unit tests and I was wondering if there is a way to have a Resharper warning that will say something like “Hey, you need to run this test manually! Open somefile.txt to read how”. Is that possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could write a plugin – Read through Jetbrain’s documentation pages in the link.
You can also learn from the readable (and documented) example plugin – Agent Johnson.