コード例 #1
0
ファイル: VbaTest.java プロジェクト: ndebeiss/mondrian
 public void testNow() {
   final Date date = Vba.now();
   assertNotNull(date);
 }