assertHasSetter

public void assertHasSetter(Field attribute, Object testValue)(source)

Tests whether the specified field has a Setter-Method.

Parameters

attribute

the field to check

testValue

the test value to test the Setter-Method


public void assertHasSetter(Field attribute)(source)

Tests whether the specified field has a Setter-Method.

Parameters

attribute

the field to check