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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -