Search results for "dist:Test-DBIx-Class DBIx::Class"
Test::DBIx::Class - Easier test cases for your DBIx::Class applications
The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Types - Type Constraint Library
MooseX::Types based type constraint library...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::SchemaManager - Manages a DBIx::Class::SchemaManager for Testing
this class is a helper for Test::DBIx::Class. Basically it is a type of wrapper or adaptor for your schema so we can more easily and quickly deploy it and cleanup it for the purposes of automated testing. You shouldn't need to use anything here. Howe...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
This Schema has two purposes. First, we need one in order to properly test this distribution. Secondly, we'd like to offer a useful and simple schema that component authors can use to test their code. This way you don't have to keep rolling your own ...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Role::FixtureCommand - Role that a FixtureCommand must consume
If you need to make your own custom Fixture Commands, please consume this role....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::FixtureCommand::Populate - Install fixtures using Populate
This uses the "populate" in DBIx::Class::Schema method to install fixture data. Expects an hash of "Source => [\@fields, \@rows]". Please see the 'populate' method for more information. Examples: ->install_fixtures( Person => [ ['name', 'age'], ['joh...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore
This uses the DBIx::Class::Schema::PopulateMore to install fixtures. Please review the documentation for that module for more....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result - The base result class
All Result classes will inherit from this....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::ResultSet - A base ResultSet Class
All ResultSet classes will inherit from this....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::DefaultRS - The default ResultSet
DBIx::Class will use a resultset class which shares a name with the Result class. If one does not exist, use this class as the default....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::CD - A cd
A cd has tracks and has artists...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::Job - A Job
A job is something you gotta do....
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::SchemaManager::Trait::SQLite - The Default Role
The default Storage trait which provides the ability to deploy to a SQLite database. It also sets some %ENV and or configuration options that you can use to specify alternative database setup. In addition to the documented %ENV settings, this Trait a...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::Phone - The base result class
Sample result class for testing and for other component authors...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::Person - The base result class
Sample result class for testing and for other component authors...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::Company - A company
A company provides jobs and has employees...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::SchemaManager::Trait::Testmysqld - deploy to a test mysql instance
This trait uses Test::mysqld to auto create a test instance of mysql in a temporary area. This way you can test against mysql without having to create a test database, users, etc. Mysql needs to be installed (but doesn't need to be running) as well a...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::GermanPhone - Example of virtual view
Sample result class for testing and for other component authors...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::SchemaManager::Trait::Testpostgresql - deploy to a test Postgresql instance
This trait uses Test::Postgresql58 to auto create a test instance of Postgresql in a temporary area. This way you can test against Postgresql without having to create a test database, users, etc. Postgresql needs to be installed (but doesn't need to ...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
Test::DBIx::Class::Example::Schema::Result::RussianPhone - Example of non-virtual view
Sample result class for testing and for other component authors...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC