Search code examples
c#visual-studio-2010unit-testing

Unit Test Properties Duration Format


When running unit tests from Visual Studio 2010, I see we are able to right click a specific test and select "View Test Results Details" from the Test Results window. My question is what format is used to display the duration property of a test? Is it hh:min:secs:ms ?

enter image description here


Solution

  • Looks more like hour:minute:fractional-seconds to me.