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 voidtestIterableDumpConverter()voidtestIterableDumpEmptyIterableEmptyCheck()voidtestIterableDumpEmptyIterablePeekTimestamp()voidtestIterableDumpEmptyIterablePop()voidtestIterableDumpPop()voidtestIterableDumpPopRemovesElement()voidtestNestedDumpEmptyDumpEmptyCheck()voidtestNestedDumpEmptyDumpPeekTimestamp()voidtestNestedDumpEmptyDumpPop()voidtestNestedDumpPop()voidtestNestedDumpPopRemovesElement()voidtestNestedDumpSortsByTimestamps()
-
-
-
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()
-
-