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 InstanceManagerTest

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

Constructor

Constructor

Parameters

$container
public
# setUp( )

Set up test environment

Set up test environment

public
# testDelete( )

Test

Test function to delete configuration of Instances
public
# testGetInstances( )

Test

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

Test

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

Test

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

Test

Test function to parse configuration of Instances
Properties summary
private Nette\DI\Container $container
#
private App\Model\JsonFileManager $fileManager
#
private App\Model\JsonFileManager $fileManagerTemp
#
private array $array
# [ 'Name' => 'MqttMessaging2', 'Enabled' => false, 'BrokerAddr' => 'tcp://iot.eclipse.org:1883', 'ClientId' => 'IqrfDpaMessaging2', 'Persistence' => 1, 'Qos' => 1, 'TopicRequest' => 'Iqrf/DpaRequest', 'TopicResponse' => 'Iqrf/DpaResponse', 'User' => '', 'Password' => '', 'EnabledSSL' => false, 'KeepAliveInterval' => 20, 'ConnectTimeout' => 5, 'MinReconnect' => 1, 'MaxReconnect' => 64, 'TrustStore' => 'server-ca.crt', 'KeyStore' => 'client.pem', 'PrivateKey' => 'client-privatekey.pem', 'PrivateKeyPassword' => '', 'EnabledCipherSuites' => '', 'EnableServerCertAuth' => true ]
private string $fileName
# 'MqttMessaging'
private string $path
# __DIR__ . '/../../configuration/'
private string $pathTest
# __DIR__ . '/../../configuration-test/'
IQRF Gateway Daemon webapp API documentation generated by ApiGen