test( 'Draw a rectangle', () => {
    driver = driverFactory.createFromConfig( config );

    driver.drawRect( 0, 0, 4, 4, 255, 255, 255, 1 );