Package com._1c.g5.v8.dt.telemetry
Class StandardDumpImplementationTest
- java.lang.Object
-
- com._1c.g5.v8.dt.telemetry.StandardDumpImplementationTest
-
public class StandardDumpImplementationTest extends Object
Tests of standard dump implementations
-
-
Constructor Summary
Constructors Constructor Description StandardDumpImplementationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testIterableDumpConverter()
void
testIterableDumpEmptyIterableEmptyCheck()
void
testIterableDumpEmptyIterablePeekTimestamp()
void
testIterableDumpEmptyIterablePop()
void
testIterableDumpPop()
void
testIterableDumpPopRemovesElement()
void
testNestedDumpEmptyDumpEmptyCheck()
void
testNestedDumpEmptyDumpPeekTimestamp()
void
testNestedDumpEmptyDumpPop()
void
testNestedDumpPop()
void
testNestedDumpPopRemovesElement()
void
testNestedDumpSortsByTimestamps()
-
-
-
Method Detail
-
testIterableDumpConverter
public void testIterableDumpConverter()
-
testIterableDumpEmptyIterableEmptyCheck
public void testIterableDumpEmptyIterableEmptyCheck()
-
testIterableDumpEmptyIterablePeekTimestamp
public void testIterableDumpEmptyIterablePeekTimestamp()
-
testIterableDumpEmptyIterablePop
public void testIterableDumpEmptyIterablePop()
-
testIterableDumpPop
public void testIterableDumpPop()
-
testIterableDumpPopRemovesElement
public void testIterableDumpPopRemovesElement()
-
testNestedDumpEmptyDumpEmptyCheck
public void testNestedDumpEmptyDumpEmptyCheck()
-
testNestedDumpEmptyDumpPeekTimestamp
public void testNestedDumpEmptyDumpPeekTimestamp()
-
testNestedDumpEmptyDumpPop
public void testNestedDumpEmptyDumpPop()
-
testNestedDumpPop
public void testNestedDumpPop()
-
testNestedDumpPopRemovesElement
public void testNestedDumpPopRemovesElement()
-
testNestedDumpSortsByTimestamps
public void testNestedDumpSortsByTimestamps()
-
-