|
|
Browse by Tags
All Tags » blogs » db4o 6.1 版本 batch消息通讯 (RSS)
-
先自己顶下。
我的测试代码是这样的:
public void testCalculateMeal_case2() { // 测试数据初始化 Account aGuolt = new Account(0.0, 0.0); Diner guolt = new Diner(''Guolt'', ''GuoLitao'', ''83737139'', aGuolt); Account aDB = new Account(0.0, 14.0); Diner db = new Diner(''db'', ''chendb'', ''7138'', ...
|
|
|