| |
|
| java.lang.Object net.refractions.udig.validation.DTOUtils
DTOUtils | public class DTOUtils (Code) | | TODO Purpose of
author: chorner since: 1.0.1 |
Method Summary | |
public static boolean | noNullArguments(TestDTO test) Checks an individual test to determine if all of the arguments are non-null. | public static boolean | noNullArguments(TestSuiteDTO testSuite) Ensures that each test in the testSuite does not contain any null
arguments. |
noNullArguments | public static boolean noNullArguments(TestDTO test)(Code) | | Checks an individual test to determine if all of the arguments are non-null.
Parameters: test - |
noNullArguments | public static boolean noNullArguments(TestSuiteDTO testSuite)(Code) | | Ensures that each test in the testSuite does not contain any null
arguments. Tests that contain "errors" are selected in red and a dialog
complains to the user.
Parameters: testSuite - |
|
|
|