Theo A. Monteiro
Results
2
issues of
Theo A. Monteiro
I think 51443bc should actually check for NPE before creating a new instance of `ResponseParserRegistrar`. I was trying to parse a `application/yaml` by filtering the response and converting from YAML...
I would like to annotate a whole inner class with `@Ignore` and dismiss all test cases from there ``` java @RunWith(NestedRunner.class) public class Tester { @Test public void test() {...