Example usage for org.springframework.data.gemfire.snapshot SnapshotServiceFactoryBean EMPTY_ARRAY

List of usage examples for org.springframework.data.gemfire.snapshot SnapshotServiceFactoryBean EMPTY_ARRAY

Introduction

In this page you can find the example usage for org.springframework.data.gemfire.snapshot SnapshotServiceFactoryBean EMPTY_ARRAY.

Prototype

SnapshotMetadata[] EMPTY_ARRAY

To view the source code for org.springframework.data.gemfire.snapshot SnapshotServiceFactoryBean EMPTY_ARRAY.

Click Source Link

Usage

From source file:org.springframework.data.gemfire.snapshot.SnapshotServiceFactoryBeanTest.java

@Test
public void nullSafeArrayWithNullArray() {
    assertThat(SnapshotServiceFactoryBean.nullSafeArray(null),
            is(equalTo(SnapshotServiceFactoryBean.EMPTY_ARRAY)));
}