Package org.voltdb.benchmark.tpcc

Examples of org.voltdb.benchmark.tpcc.MockRandomGenerator


import junit.framework.TestCase;

public class RandomGeneratorTest extends TestCase {
    MockRandomGenerator generator;
    public void setUp() {
        generator = new MockRandomGenerator();
    }
View Full Code Here

TOP

Related Classes of org.voltdb.benchmark.tpcc.MockRandomGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.