Pudu programming language
Menu
API reference

Std.Test.Outcome

1 declaration

type

Outcome

This declaration introduces a public type.

What it does

What one check found.

A check that held carries nothing else; one that did not carries what it

expected and what it found, because that difference is the whole reason to

run a test rather than count one. A suite that answers "thirty-nine of forty"

has told the reader the least useful true thing about their program.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.TestSearch related declarations