Assert.assertEquals( "CSS 3 border radius test", playground.get( 0 ).getDescription() );
}
private Playground savePlayground()
{
Playground playground = new Playground();
playground.setDescription( "CSS 3 border radius test" );
playgroundService.savePlayground( playground );
return playground;
}