This commit is contained in:
Rossen Stoyanchev
2018-11-01 14:20:43 -04:00
parent 47aec50917
commit 48654c6483
5 changed files with 132 additions and 142 deletions

View File

@@ -65,7 +65,7 @@ public class InvocableHandlerMethodTests {
}
@Test
public void resolveNullArg() throws Exception {
public void resolveNoArgValue() throws Exception {
this.composite.addResolver(new StubArgumentResolver(Integer.class));
this.composite.addResolver(new StubArgumentResolver(String.class));