Group
Extension

Matches 2

Test-YAFT ( B/BA/BARNEY/Test-YAFT-1.0.2.tar.gz, BARNEY, 2025; MetaCPAN )
Test-YAFT/lib/Test/YAFT/Introduction.pod ( view source; MetaCPAN )
 => 'north-america'
			=> expect         =>
				& expect_http_success
				& expect_json_content_type
				& expect_json_content {
					countries => [
						'Canada',
						'Mexico',
						'USA',
					]
nent => 'australia'
			=> expect         =>
				& expect_http_success
				& expect_json_content_type
				& expect_json_content {
					countries => [
						'Australia',
					]
				}
			;

		it "should 
ent => 'antarctica'
			=> expect         =>
				& expect_http_success
				& expect_json_content_type
				& expect_json_content {
					countries => [
					]
				}
			;
	};

=head2 Arrange {} block

C<a
Test-YAFT ( B/BA/BARNEY/Test-YAFT-1.0.2.tar.gz, BARNEY, 2025; MetaCPAN )
Test-YAFT/lib/Test/YAFT/Test/Exception.pod ( view source; MetaCPAN )
:By::Zero::)
			& expect_methods (http_status  => HTTP::Status::BAD_REQUEST)
			& expect_methods (json_content => +{ error => ignore })
		;

=head1 AUTHOR

Branislav ZahradnĂ­k <barney@cpan.org>

=hea

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.