mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: add placeholders for tests on relay api remote event functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* test-relay-remote-event.cpp - test event functions for relay remote
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -45,6 +45,86 @@ TEST(RelayRemoteEvent, SearchBuffer)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_get_buffer_id
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, GetBufferId)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_line
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, CbLine)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_handle_nick
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, HandleNick)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_handle_nick_group
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, HandleNickGroup)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_nick_group
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, CbNickGroup)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_nick
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, CbNick)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_apply_props
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, ApplyProps)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_buffer_input_cb
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, BufferInputCb)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_buffer
|
||||
@@ -55,6 +135,26 @@ TEST(RelayRemoteEvent, CbBuffer)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_cb_version
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, CbVersion)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_sync_with_remote
|
||||
*/
|
||||
|
||||
TEST(RelayRemoteEvent, SyncWithRemote)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* relay_remote_event_recv
|
||||
|
||||
Reference in New Issue
Block a user