Source folder |
Keep the default value. This control specifies
where in your project to save the generated code. |
Package |
Keep the default value, which is the name that
you typed on the previous page. |
Generate test class for annotated-method
interface for table |
Select this check box to specify that pureQuery
generates a test class for the interface that you named on the previous
page of the wizard. By default, pureQuery names the test class by
appending the word Test to the name of the interface. Keep
this default name. |
Generate test class for inline style |
Leave this check box unselected. If you select
this check box, pureQuery generates a test class in which the SQL
statements are within the test class itself, not within an interface.
However, for the purposes of this tutorial, you plan to use annotated
methods in your applications, not inline methods. |
Test Style |
Leave the default selection. Although you can
use Optim™ Development Studio
to test Java applications with
JUnit, for this tutorial you will use a simple test. |
Connection Information |
Leave the default selection. One way for the
test class to authenticate with the GSDB database when the test class
runs is to use a connection URL and user ID that are hard-coded within
the test class. The default way is for you to specify the user ID
and password when you run the test class. |