T001_WorkingSegmentReadWrite() private method

private T001_WorkingSegmentReadWrite ( ) : void
return void
Example #1
0
        static void Main(string[] args)
        {
            // var testclass = new A03_LayerManagerTests();
            // testclass.T000_WorkingSegmentReadWrite();

            // var testclass = new A03_LayerManagerTests();
            // testclass.T002_ScanDirections();

            // var testclass = new A02_RangemapManagerTests();
            // testclass.T001_RangeKey_Bug();

            // var testclass = new A02_RangemapManagerTests();
            // testclass.T000_RangeKey_EncodedSort();

            // var testclass = new A01_RecordTests();
            // testclass.T02b_RecordKeyNesting();

            // var testclass = new A02_SegmentDescriptorTests();
            // testclass.T02_DescriptorOverlapTests();

            // var testclass = new A03_LayerManagerTests();
            // testclass.T001_WorkingSegmentReadWrite();
            // testclass.T002_ScanDirections();
            // testclass.T04_SingleSegmentRootMetadataLogRecovery();
            // testclass.T01_LayerTxnLogResume();

            // var testclass = new A01_RecordTests();
            // testclass.T00_RecordKeyEquality();
            // testclass.T11_RecordKey_ComposableIComparableTest();

            // var testclass = new A02_RecordKeyType_Field();
            // testclass.T02_RecordKeyTypes_RawBytes();

            // var testclass = new A04_StepsDatabase_StageSnapshot();
            // testclass.T000_TestBasic_SnapshotScanAll();

            // var testclass = new A02_SortedSegmentTests();
            // testclass.T01_SortedSegment_ScanTest();

            var testclass = new A03_LayerManagerTests();
            testclass.T001_WorkingSegmentReadWrite();

            // testclass.T04_SingleSegmentRootMetadataLogRecovery();

            // fetchHitsTest();
        }