Stats: Visual Studio 2015 C# Selenium Webdriver 2.53.1 Internet Explorer 11
Trying to add the Method Names to my reporting for clarity. I am using
MethodBase m = System.Reflection.MethodBase.GetCurrentMethod();
I then call
m.Name
expecting to see the method name but instead in my reporting it calls ".ctor()"
Any advice on how to call the actual method name instead?