OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mockattr
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesTest.java
300
MockAttributes
mockAttr
= new MockAttributes();
301
mockAttr
.putValue("1", "one");
302
assertEquals(
mockAttr
.getMap().hashCode(),
mockAttr
.hashCode());
Completed in 78 milliseconds