Work toward improving solidity. Add a few more unit tests, and some toString()
authorChris Jaekl <cejaekl@yahoo.com>
Sun, 27 Dec 2015 13:13:17 +0000 (22:13 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Sun, 27 Dec 2015 13:13:17 +0000 (22:13 +0900)
commitf1c4313e9229dd2d5f7fd984169cbdb89fef4cd5
treed7910eec94c1f3da741a4d6416aeb1693e815f0a
parent9868f50714076f9dc90e7021a45324411afd9ce1
Work toward improving solidity.  Add a few more unit tests, and some toString()
methods that make debugging variable dumps more useful.
prod/net/jaekl/cfb/analyze/Analysis.java
prod/net/jaekl/cfb/db/Condition.java
prod/net/jaekl/cfb/db/Row.java
prod/net/jaekl/cfb/util/Util.java
prod/net/jaekl/cfb/xml/BugCollection.java
test/net/jaekl/cfb/db/TableMock.java
test/net/jaekl/cfb/db/driver/DbDriverMock.java
test/net/jaekl/cfb/store/DbStoreTest.java [new file with mode: 0644]
test/net/jaekl/cfb/util/UtilTest.java [new file with mode: 0644]