aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/app_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core: Notary ack application. (#70)Jimmy Hu2018-08-221-0/+26
|
* simulation: add simulation with scheduler (#71)Mission Liao2018-08-211-5/+5
| | | | | | | | - Add new field in test.Event: HistoryIndex HistoryIndex allow us to access them by their position in event history. - Record local time in test.App when receiving events. - Add statisitics module for slices of test.Event. - add new command line utility *dexcon-simulation-with-scheduler to verify the execution time of core.Consensus.
* test: refine test utility (#61)Mission Liao2018-08-151-0/+142
* Add functionality to test.App * Add test utility to generate slices of types.ValidatorID