Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve output message of "MoreFluent" style #57

Closed
dakusui opened this issue Sep 12, 2022 · 0 comments
Closed

Improve output message of "MoreFluent" style #57

dakusui opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dakusui
Copy link
Owner

dakusui commented Sep 12, 2022

In case, we use "WHEN" phrase but no transformation is given, we see the following output.

"Doe"               ->WHEN:treatAs[NOUT]    ->"Doe"
                      THEN:&&              ->true
                          isNotNull        ->true
                          !                ->true
                            isEmpty        ->false
["John","Doe","PhD"]->WHEN:treatAsList     ->["John","Doe","PhD"]
                      THEN:contains["Doe_"]->true

The part treatAs[NOUT] is an internal term and if it is treatAsIs, the output will be more readable.

@dakusui dakusui self-assigned this Sep 12, 2022
@dakusui dakusui added the enhancement New feature or request label Sep 12, 2022
dakusui added a commit that referenced this issue Sep 12, 2022
…putMessageOfMoreFluentStyle

Issue-#57: Improve output message of "MoreFluent" style.
@dakusui dakusui closed this as completed Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant