- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Test public void values_returnsNotNullValue() { /* Given */ SetImpl set = new SetImpl(new String[] {"a"}, mock(SqlPart.class)); /* When */ UpdateValues result = set.values(2); /* Then */ assertThat(result, is(notNullValue())); } }