Method: TestIngresQuerySimple#setup

Defined in:
ext/tests/tc_query_simple.rb

#setupObject



7
8
9
10
# File 'ext/tests/tc_query_simple.rb', line 7

def setup
  @@ing = Ingres.new()
  assert_kind_of(Ingres, @@ing.connect(@@database, @@username, @@password), "conn is not an Ingres object")
end