W3cubDocs

/Pony

_Fixtures

[Source]

primitive val _Fixtures

Constructors

create

[Source]

new val create()
: _Fixtures val^

Returns

Public Functions

bools_cli_spec

[Source]

Builds and returns the spec for a CLI with four bool options.

fun box bools_cli_spec()
: CommandSpec box ?

Returns

simple_cli_spec

[Source]

Builds and returns the spec for a CLI with short options of each type.

fun box simple_cli_spec()
: CommandSpec box ?

Returns

chat_cli_spec

[Source]

Builds and returns the spec for a sample chat client's CLI.

fun box chat_cli_spec()
: CommandSpec box ?

Returns

eq

[Source]

fun box eq(
  that: _Fixtures val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: _Fixtures val)
: Bool val

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/cli-_Fixtures