public void testGet_escapeBackslashCharacterInPath()
throws Exception
{
// setup data
MavenProjectBasicStub project = new MavenProjectBasicStub( "escapeBackSlashCharacterInPath" );
// set dummy value
project.setDescription( "c:\\\\org\\apache\\test" );
ReflectionProperties reflectProp = new ReflectionProperties( project, true );
// project property to be verified
String reflectPropValue = (String) reflectProp.get( "description" );