Tripal
Public Member Functions | List of all members
Tests\TripalChadoPropertyAPITest Class Reference
Inheritance diagram for Tests\TripalChadoPropertyAPITest:
Inheritance graph
[legend]
Collaboration diagram for Tests\TripalChadoPropertyAPITest:
Collaboration graph
[legend]

Public Member Functions

 test_chado_insert_property ($prop_table, $base_table)
 
 test_chado_get_property ($prop_table, $base_table)
 
 test_chado_update_property ($prop_table, $base_table)
 
 test_chado_delete_property ($prop_table, $base_table)
 
 test_chado_get_record_with_property ($prop_table, $base_table)
 
 propTableProvider ()
 

Member Function Documentation

◆ propTableProvider()

Tests\TripalChadoPropertyAPITest::propTableProvider ( )

Data Provider: All base tables with associated property tables.

Returns
An array where each item specifies the property table and it's associated base table.

◆ test_chado_delete_property()

Tests\TripalChadoPropertyAPITest::test_chado_delete_property (   $prop_table,
  $base_table 
)

Tests chado_delete_property() with all prop tables.

@dataProvider propTableProvider

@group chado @group api @group chado-property

◆ test_chado_get_property()

Tests\TripalChadoPropertyAPITest::test_chado_get_property (   $prop_table,
  $base_table 
)

Tests chado_get_property() with all prop tables.

@dataProvider propTableProvider

@group chado @group api @group chado-property

◆ test_chado_get_record_with_property()

Tests\TripalChadoPropertyAPITest::test_chado_get_record_with_property (   $prop_table,
  $base_table 
)

Tests chado_get_record_with_property() with all prop tables.

Note: chado_get_record_with_property() gets all records in the base table assigned one or more properties.

@dataProvider propTableProvider

@group chado @group api @group chado-property

◆ test_chado_insert_property()

Tests\TripalChadoPropertyAPITest::test_chado_insert_property (   $prop_table,
  $base_table 
)

Tests chado_insert_property() with all prop tables.

@dataProvider propTableProvider

@group chado @group api @group chado-property

◆ test_chado_update_property()

Tests\TripalChadoPropertyAPITest::test_chado_update_property (   $prop_table,
  $base_table 
)

Tests chado_update_property() with all prop tables.

@dataProvider propTableProvider

@group chado @group api @group chado-property


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