Create a ScriptTestCase to run a single test
using a connection obtained from getConnection()
Parameters: script - Base name of the .sql scriptexcluding the .sql suffix.
Run the test, using the resource as the input.
Compare to the master file using a very simple
line by line comparision. Fails at the first
difference. If a failure occurs the output
is written into the current directory as
testScript.out, otherwise the output is only
kept in memory.
throws: Throwable -
Fields inherited from org.apache.derbyTesting.functionTests.util.CanonTestCase