android - Assert-Method with dot Operator -
this question textbook no answer key have ask here.
the "simple" version is:
assertequals (resourcestring, textview.gettext());
if have use dot-operator "whole" version, this?
assert.assertequals (resourcestring, textview.gettext());
hope can understand mean :)
i think answer looking equals function.
resourcestring.equals(textview.gettext());
Comments
Post a Comment