OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stractual
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java
41
String
strActual
= actual == null ? "(null)" : Arrays.toString(actual);
43
if (strExpected.equals(
strActual
)) {
48
strActual
));
50
assertEquals(strExpected,
strActual
);
Completed in 138 milliseconds