Class MyBinaryKeyValueCacheTest.MyBinaryTestCache
java.lang.Object
org.apache.ignite.migrationtools.tests.e2e.impl.VeryBasicAbstractCacheTest<Object,Object>
org.apache.ignite.migrationtools.tests.e2e.impl.MyBinaryKeyValueCacheTest.MyBinaryTestCache
- All Implemented Interfaces:
ExampleBasedCacheTest<Object,Object>
- Enclosing class:
- MyBinaryKeyValueCacheTest
@AutoService(ExampleBasedCacheTest.class)
public static class MyBinaryKeyValueCacheTest.MyBinaryTestCache
extends VeryBasicAbstractCacheTest<Object,Object>
MyBinaryTestCache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCase-sensitve, unquoted version of the table name.This method exposes references to JDBC Tests.supplyExample(int seed) Methods inherited from class org.apache.ignite.migrationtools.tests.e2e.impl.VeryBasicAbstractCacheTest
assertResultSet, assertValueFromIgnite2, assertValueFromIgnite3, createCacheConfiguration, getSchemaName, keyMapper, testIgnite2, testIgnite3, valMapper
-
Constructor Details
-
MyBinaryTestCache
public MyBinaryTestCache()
-
-
Method Details
-
getTableName
Description copied from interface:ExampleBasedCacheTestCase-sensitve, unquoted version of the table name.- Returns:
- table name.
-
supplyExample
-
cacheConfiguration
- Specified by:
cacheConfigurationin interfaceExampleBasedCacheTest<Object,Object> - Overrides:
cacheConfigurationin classVeryBasicAbstractCacheTest<Object,Object>
-
jdbcTests
Description copied from interface:ExampleBasedCacheTestThis method exposes references to JDBC Tests. TODO: This still does not feel a good way of exporting the results. Probably, it would be better to have an annotation directly on the method, like @TestTemplate. The main issue is that we don't want to load the whole class because it depends on both ignite 2 and ignite 3 classes.- Specified by:
jdbcTestsin interfaceExampleBasedCacheTest<Object,Object> - Overrides:
jdbcTestsin classVeryBasicAbstractCacheTest<Object,Object>
-