MCPcopy Index your code
hub / github.com/apache/tomcat / keys

Method keys

test/org/apache/catalina/session/TestFileStore.java:89–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89 @Test
90 public void keys() throws Exception {
91 String[] keys = fileStore.keys();
92 Arrays.sort(keys);
93 Assert.assertArrayEquals(new String[]{"tmp1", "tmp2"}, keys);
94 fileStore.clear();
95 Assert.assertArrayEquals(new String[]{}, fileStore.keys());
96 }
97
98
99 @Test

Callers

nothing calls this directly

Calls 4

assertArrayEqualsMethod · 0.80
keysMethod · 0.65
clearMethod · 0.65
sortMethod · 0.45

Tested by

no test coverage detected