Vivek

Results 3 issues of Vivek

I'm trying to add a simple template: ``` .assertThatThrownBy : assertThatThrownBy ANY [org.assertj.core.api.Assertions] → org.assertj.core.api.Assertions.assertThatThrownBy(() -> $expr$).isInstanceOf($END$$exc$); [USE_STATIC_IMPORTS] ``` Here's what's happening: https://user-images.githubusercontent.com/2099329/132078828-056d460a-603d-4d67-8250-7cb7a51c367f.mov OR for ``` .assertThatThrownBy : assertThatThrownBy ANY...

I got the following exception when I used the `Ignore all unmapped target properties` action ``` java.lang.Throwable: Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor or...