3435363738394041424344
public class FailedShardsExceptionTest { @Test public void testShardFailureReasonIsNull() throws Exception { FailedShardsException exception = new FailedShardsException(new ShardOperationFailedException[]{new ShardOperationFailedException() { @Override public String index() { return null; }