@Test
public void insert_find_loggable_log() {
final String testKey = "message";
final String testValue = "hello world";
service.write(dbSession, Activity.Type.QPROFILE, new ActivityLog() {
@Override
public Map<String, String> getDetails() {
return ImmutableMap.of(testKey, testValue);
}