Source: http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/02/16/spaces-in-identifier-names-in-c.aspx
Jimmy Bogard found out a way to replace the underscores in testnames by spaces. Weird, but I'm going to try it out.
You get something along the lines of:
[Test]
public void Read a dictionary from configuration in attribute style()
{
...
}