Groovy test case, which recreates internal GroovyShell in each setUp()
| Modifiers | Name | Description | 
|---|---|---|
protected GroovyShell  | 
                            shell | 
                            
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected GroovyShell | 
                            createNewShell()Create new shell instance.  | 
                        
 | 
                            protected void | 
                            setUp() | 
                        
 | 
                            protected void | 
                            tearDown() | 
                        
 | 
                            protected def | 
                            withBinding(Map map, Closure closure)Executes closure with given binding  | 
                        
 | 
                            protected def | 
                            withBinding(Map map, String script)Evaluates script with given binding  | 
                        
Create new shell instance. Overwrite it to customize