Search in sources :

Example 1 with IntegrityCheckerConfig

use of com.hazelcast.config.IntegrityCheckerConfig in project hazelcast by hazelcast.

the class TestFullApplicationContext method testIntegrityCheckerConfig.

@Test
public void testIntegrityCheckerConfig() {
    final IntegrityCheckerConfig integrityCheckerConfig = config.getIntegrityCheckerConfig();
    assertFalse(integrityCheckerConfig.isEnabled());
}
Also used : IntegrityCheckerConfig(com.hazelcast.config.IntegrityCheckerConfig) Test(org.junit.Test) QuickTest(com.hazelcast.test.annotation.QuickTest)

Aggregations

IntegrityCheckerConfig (com.hazelcast.config.IntegrityCheckerConfig)1 QuickTest (com.hazelcast.test.annotation.QuickTest)1 Test (org.junit.Test)1