The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::DBIx::Class"

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

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::Stats - test statistics about your DBIx::Class calls River stage zero No dependents

ABRAXXA/Test-DBIx-Class-Stats-0.02 - 11 Feb 2017 20:05:11 UTC

Test::DBIx::Class::Types - Type Constraint Library River stage two • 26 direct dependents • 29 total dependents

MooseX::Types based type constraint library...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC

Test::DBIx::Class::Schema - DBIx::Class schema sanity checking tests River stage one • 2 direct dependents • 3 total dependents

It's really useful to be able to test and confirm that DBIC classes have and support a known set of methods. Testing these one-by-one is more than tedious and likely to discourage you from writing the relevant test scripts. As a lazy person myself I ...

CHISEL/Test-DBIx-Class-Schema-1.0.12 - 12 Jun 2017 09:19:29 UTC

Test::DBIx::Class::Factory - Automatically create test data for DBIx::Class River stage zero No dependents

The goal of this distribution is to make creation of test data for DBIx::Class based applications/libraries much simpler, so your test cases can focus on the actual tests rather than creating the test data that they run on. It does this by allowing y...

GHARPER/Test-DBIx-Class-Factory-0.03 - 09 Apr 2014 07:22:02 UTC

Test::DBIx::Class::SchemaManager - Manages a DBIx::Class::SchemaManager for Testing River stage two • 26 direct dependents • 29 total dependents

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::Stats::Profiler - a simple DBIC profiler River stage zero No dependents

ABRAXXA/Test-DBIx-Class-Stats-0.02 - 11 Feb 2017 20:05:11 UTC

Test::DBIx::Class::Example::Schema - A basic schema you can use for testing River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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::Population - Use your fixtures in a test case. River stage one • 5 direct dependents • 7 total dependents

Integration between DBIx::Class::Migration::Population and Test::DBIx::Class. Does the Test::DBIx::Class::Role::FixtureCommand Role. Allows you to pass an arrayref of fixture set names to "fixtures_ok"....

JJNAPIORK/DBIx-Class-Migration-0.075 - 02 Jun 2020 20:56:05 UTC

Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

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 River stage two • 26 direct dependents • 29 total dependents

Sample result class for testing and for other component authors...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC
60 results (0.108 seconds)