Overview

Namespaces

  • App
    • CloudModule
      • Forms
      • Model
      • Presenters
    • ConfigModule
      • Forms
      • Model
      • Presenters
    • Forms
    • GatewayModule
      • Model
      • Presenters
    • IqrfAppModule
      • Forms
      • Model
      • Presenters
    • Model
    • Presenters
    • Router
    • ServiceModule
      • Model
      • Presenters
  • PHP
  • Test
    • ConfigModule
      • Model
    • IqrfAppModule
      • Model
    • Model
    • Router
    • ServiceModule
      • Model

Classes

  • BaseServiceManagerTest
  • ComponentManagerTest
  • GenericManagerTest
  • InstanceManagerTest
  • IqrfManagerTest
  • MainManagerTest
  • SchedulerManagerTest
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class SchedulerManagerTest

Tester\TestCase
Extended by Test\ConfigModule\Model\SchedulerManagerTest
Namespace: Test\ConfigModule\Model
Located at ConfigModule/model/SchedulerManagerTest.php
Methods summary
public
# __construct( Nette\DI\Container $container )

Constructor

Constructor

Parameters

$container
public
# setUp( )

Set up test environment

Set up test environment

public
# testAdd( )

Test

Test function to add configuration of Scheduler
public
# testDelete( )

Test

Test function to delete configuration of Scheduler
public
# testGetLastId( )

Test

Test function to get last ID
public
# testGetTasks( )

Test

Test function to get tasks
public
# testLoad( )

Test

Test function to parse configuration of Scheduler
public
# testSave( )

Test

Test function to parse configuration of Scheduler
public
# testSaveJson( )

Test

Test function to parse configuration of Scheduler
Properties summary
private Nette\DI\Container $container
#
private App\Model\JsonFileManager $fileManager
#
private App\Model\JsonFileManager $fileManagerTemp
#
private array $array
# [ 'time' => '*/5 * * * * * *', 'service' => 'BaseServiceForMQTT1', 'ctype' => 'dpa', 'type' => 'std-sen', 'nadr' => '1', 'cmd' => 'READ', 'hwpid' => 'ffff', 'sensors' => 'Temperature1' . PHP_EOL . 'CO2_1' . PHP_EOL . 'Humidity1', ]
private string $fileName
# 'Scheduler'
private string $path
# __DIR__ . '/../../configuration/'
private string $pathTest
# __DIR__ . '/../../configuration-test/'
IQRF Gateway Daemon webapp API documentation generated by ApiGen