ensembl-hive  2.8.1
Xref::Test::TestDB Class Reference

Public Member Functions

protected _guess_config ()
 
public DEMOLISH ()
 

Detailed Description

Synopsis

my $testdb = Xref::Test::TestDB->new(
config_file => 'filename_if_not_default.conf',
reuse => 1 # This prevents the test DB cleanup, so you can debug database content
);

Definition at line 14 of file TestDB.pm.

Member Function Documentation

◆ _guess_config()

protected Xref::Test::TestDB::_guess_config ( )

Undocumented method

Code:
click to view

◆ DEMOLISH()

public Xref::Test::TestDB::DEMOLISH ( )
Description: It's a destructor. It cleans up databases left behind by the test
             Behaviour is overridden with $self->reuse(1)
 
Code:
click to view

The documentation for this class was generated from the following file:
Xref::Test::TestDB::DEMOLISH
public DEMOLISH()
cleanup
public cleanup()
debug
public debug()
Xref::Test::TestDB::_guess_config
protected _guess_config()
Xref::Test::TestDB
Definition: TestDB.pm:14