Scroll to navigation

Test::State(3) Debian Package Checker Test::State(3)

NAME

Test::State -- Functions for inter-process communications for tests

SYNOPSIS

  use Test::State;
  use IO::Async::Channel;
  my $testcase = {};
  my $child_out_ch = IO::Async::Channel->new;
  my $state = Test::State->new($testcase, $child_out_ch);

DESCRIPTION

Functions for permanent test worker threads to communicate with the harness.

2019-04-04 Lintian v2.12.0