Unit Testing
all the ODB junits are located in the test directory.
ODB currently has 392 junits(16/11/2007). Almost all the juints can be executed in local and server mode.
All the junits extends the OdbTest class which extends junit TestCase. OdbTest contains some methods to open, close and delete a database and two special boolean values
- isLocal : to specify if it it being executed in local (isLocal=true) or client server mode (isLocal=false). To switch from one mode to the other, it is necessary to change the value of this flag.
- runAll : Some JUnits are very long, so there is a way to skip them by setting the runAll to false.
page_revision: 0, last_edited: 1195424084|%e %b %Y, %H:%M %Z (%O ago)





