Class IndexTest

java.lang.Object
com._1c.g5.v8.xmdb.IndexTest

public class IndexTest extends Object
Some functional tests on KeyValueStorage/TransactionalKVS
  • Constructor Details

    • IndexTest

      public IndexTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • testMerge

      public void testMerge() throws Exception
      Create some index in XMDB and updates map with few records. Merge updates into index and test result: * in one mergeCommit * one by one
      Throws:
      Exception