Mercurial > hg4j
diff design.txt @ 61:fac8e7fcc8b0
Simple test framework - capable of parsing Hg cmdline output to compare with Java result
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 18 Jan 2011 18:32:49 +0100 |
parents | 613c936d74e4 |
children | 19e9e220bf68 |
line wrap: on
line diff
--- a/design.txt Tue Jan 18 00:30:41 2011 +0100 +++ b/design.txt Tue Jan 18 18:32:49 2011 +0100 @@ -65,4 +65,6 @@ <<<<< Tests: -DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size \ No newline at end of file +DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size + +ExecHelper('cmd', OutputParser()).run(). StatusOutputParser, LogOutputParser extends OutputParser. construct java result similar to that of cmd, compare results \ No newline at end of file