Tripal
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest Class Reference
Inheritance diagram for Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest:
Inheritance graph
[legend]
Collaboration diagram for Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest:
Collaboration graph
[legend]

Public Member Functions

 getMock ()
 
 testBioTaskBaseConstructor ()
 
 testBioTaskBaseParameters ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase
 prepareEnvironment (array $functionality)
 

Protected Attributes

ObjectProphecy $proConfigFactory
 
object $configFactory
 
ObjectProphecy $proConfig
 
object $config
 
- Protected Attributes inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase
 $messenger = NULL
 
 $logger = NULL
 
 $fileretriever = NULL
 
 $publish_manager = NULL
 

Additional Inherited Members

- Static Protected Attributes inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase
static $modules = ['tripal']
 

Detailed Description

Tests for tasks.

@coversDefaultClass \Drupal\tripal_biodb\Task\BioTaskBase

@group Tripal @group Tripal BioDb @group Tripal BioDb Task

@covers ::__construct @covers ::initId @covers ::getId @covers ::getLogger @covers ::setParameters @covers ::prepareSchemas

Member Function Documentation

◆ getMock()

Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::getMock ( )

Setup a mock version of the abstract BioTaskBase for testing.

◆ setUp()

Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::setUp ( )
protected

◆ testBioTaskBaseConstructor()

Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::testBioTaskBaseConstructor ( )

Tests constructor: check constructor calls.

◆ testBioTaskBaseParameters()

Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::testBioTaskBaseParameters ( )

Tests setting + preparing input/output schema.


The documentation for this class was generated from the following file: