public class ScriptTestAdapter
An adapter to make any Groovy Script class an instance of a JUnit Test
| Constructor and description | 
|---|
                                ScriptTestAdapter
                                (Class scriptClass, String[] arguments) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public int | 
                            countTestCases() | 
                        
 | 
                            public void | 
                            run(TestResult result) | 
                        
 | 
                            public String | 
                            toString() | 
                        
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.