class Place::AcidTest

Defined in:

place/feature_test.cr
place/publish_test.cr

Instance Method Summary

Instance Method Detail

def echo(message : String) #

Calling remote functions


[View source]
def on_load #

[View source]
def on_update #

[View source]
def perform_admin_task(name : String | Int32) : Nil #

Tests for security


[View source]
def perform_publish(channel : String, message : String) #

[View source]
def perform_support_task(name : String | Int32) : Nil #

[View source]
def send_to_channel(data : String) #

[View source]
def set_status(name : String, value : JSON::Any | Nil) #

[View source]
def start_timer(period : Int32) #

[View source]
def stop_timer #

[View source]
def timer_fired! #

[View source]
def trigger_test(state : Bool) #

[View source]
def webhook_check(method : String, headers : Hash(String, Array(String)), body : String) #

[View source]