Unit test framework.

This commit is contained in:
JoelKatz
2012-04-12 23:41:32 -07:00
parent 9f58a4bfbf
commit f5464e02b6
2 changed files with 65 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ public:
const STAmount& totalNow, const STAmount& totalInit);
friend STAmount convertToInternalAmount(const STAmount& displayAmount,
const STAmount& totalNow, const STAmount& totalInit);
static void unitTest();
};
class STHash128 : public SerializedType