Checks the number of database pins for the specified database. @param pin expected number of pins @param name name of database
(final int pin, final String name)
| 89 | * @param name name of database |
| 90 | */ |
| 91 | private static void pins(final int pin, final String name) { |
| 92 | assertEquals(pin, server.context.datas.pins(name)); |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Assumes that this command is successful. |
no test coverage detected