$this->assertTrue($command['command']=='insert'&&$command['method']=='after'&&$command['data']=='This will be placed after',"'after' AJAX command issued with correct data");
$this->assertTrue($command['command']=='data'&&$command['name']=='testkey'&&$command['value']=='testvalue',"'data' AJAX command issued with correct key and value");
$this->assertTrue($command['command']=='remove'&&$command['selector']=='#remove_text',"'remove' AJAX command issued with correct command and selector");