}
@Test
public void should_load_clustered_counter() throws Throwable {
PropertyMeta propertyMeta = completeBean(Void.class, Counter.class).propertyName("count").accessors()
.type(PropertyType.COUNTER).invoker(new ReflectionInvoker()).build();
when(context.isClusteredCounter()).thenReturn(true);
getterMetas.put(propertyMeta.getGetter(), propertyMeta);
Object actual = interceptor.intercept(target, propertyMeta.getGetter(), args, proxy);